C# Class System.Security.Cryptography.Aes

Inheritance: SymmetricAlgorithm
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : Aes
Create ( string algorithmName ) : Aes

Méthodes protégées

Méthode Description
Aes ( ) : Internal.Cryptography

Method Details

Aes() protected méthode

protected Aes ( ) : Internal.Cryptography
Résultat Internal.Cryptography

Create() public static méthode

public static Create ( ) : Aes
Résultat Aes

Create() public static méthode

public static Create ( string algorithmName ) : Aes
algorithmName string
Résultat Aes