Gets or sets the key of the bulk cipher algorithm.
Namespace: LLCryptoLib.Security.CryptographyAssembly: 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); } |