 | AES256.GenerateIV Method |
Generates a random initialization vector for use by the encryption algorithm.
Namespace:
Galactic.Cryptography
Assembly:
Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic static byte[] GenerateIV()
Public Shared Function GenerateIV As Byte()
public:
static array<unsigned char>^ GenerateIV()
static member GenerateIV : unit -> byte[]
Return Value
Type:
Byte[]A random array of bytes, or an empty byte array if the IV could not be
generated.
See Also