Method | Description | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void |
Method | Description | |
---|---|---|
CreateTransform ( byte rgbKey, byte rgbIV, bool encrypting ) : ICryptoTransform | ||
CreateTransformCore ( CipherMode cipherMode, PaddingMode paddingMode, byte key, byte iv, int blockSize, bool encrypting ) : ICryptoTransform |
public CreateDecryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |
public CreateEncryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |