Click or drag to resize
Galactic API

AES256GenerateIV 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)
Syntax
public static byte[] GenerateIV()

Return Value

Type: Byte
A random array of bytes, or an empty byte array if the IV could not be generated.
See Also