Gets or sets the key of the bulk cipher algorithm.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public byte[] Key { get; set; }
Visual Basic
Public Property Key As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ Key {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Field Value

An array of bytes that contains the key of the bulk cipher algorithm.

See Also