Click or drag to resize
Galactic API

AES256GenerateKey Method

Generates a random key 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[] GenerateKey()

Return Value

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