C# Class System.Security.Cryptography.Rijndael

Inheritance: SymmetricAlgorithm
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( ) : Rijndael
Create ( string algName ) : Rijndael

Protected Methods

Method Description
Rijndael ( ) : System.ComponentModel

Method Details

Create() public static method

public static Create ( ) : Rijndael
return Rijndael

Create() public static method

public static Create ( string algName ) : Rijndael
algName string
return Rijndael

Rijndael() protected method

protected Rijndael ( ) : System.ComponentModel
return System.ComponentModel