The current initialization vector (IV), which measures one block.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public byte[] IV { get; set; } |
Visual Basic |
---|
Public Property IV As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ IV { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |