| 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()
Public Shared Function GenerateKey As Byte()
public:
static array<unsigned char>^ GenerateKey()
static member GenerateKey : unit -> byte[]
Return Value
Type:
ByteA random array of bytes, or an empty byte array if the key could not be
generated.
See Also