Méthode | Description | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
RijndaelImplementation ( ) : System |
public CreateDecryptor ( ) : ICryptoTransform | ||
Résultat | ICryptoTransform |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
Résultat | ICryptoTransform |
public CreateEncryptor ( ) : ICryptoTransform | ||
Résultat | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
Résultat | ICryptoTransform |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |