Method | Description | |
---|---|---|
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void | ||
NullEncryption ( ) : System |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |