Creates the decryptor.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override ICryptoTransform CreateDecryptor( byte[] key, byte[] iv ) |
Visual Basic |
---|
Public Overrides Function CreateDecryptor ( _ key As Byte(), _ iv As Byte() _ ) As ICryptoTransform |
Visual C++ |
---|
public: virtual ICryptoTransform^ CreateDecryptor( array<unsigned char>^ key, array<unsigned char>^ iv ) override |
Parameters
- key
- Type: array<System..::..Byte>[]()[][]
The key.
- iv
- Type: array<System..::..Byte>[]()[][]
The iv.
Return Value
[Missing <returns> documentation for "M:LLCryptoLib.Crypto.BlowfishManaged.CreateDecryptor(System.Byte[],System.Byte[])"]