C# Class System.Security.Cryptography.AesManaged

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

Méthodes publiques

Méthode Description
AesManaged ( ) : System.ComponentModel
CreateDecryptor ( ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AesManaged() public méthode

public AesManaged ( ) : System.ComponentModel
Résultat System.ComponentModel

CreateDecryptor() public méthode

public CreateDecryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateDecryptor() public méthode

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( ) : ICryptoTransform
Résultat ICryptoTransform

CreateEncryptor() public méthode

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Résultat ICryptoTransform

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GenerateIV() public méthode

public GenerateIV ( ) : void
Résultat void

GenerateKey() public méthode

public GenerateKey ( ) : void
Résultat void