Gets or sets the secret key for the symmetric algorithm.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override byte[] Key { get; set; } |
Visual Basic |
---|
Public Overrides Property Key As Byte() Get Set |
Visual C++ |
---|
public: virtual property array<unsigned char>^ Key { array<unsigned char>^ get () override; void set (array<unsigned char>^ value) override; } |