C# Class System.Security.Cryptography.TripleDESCryptoServiceProvider

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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
TripleDESCryptoServiceProvider ( ) : System.ComponentModel

Method Details

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