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