Gets the key produced by the Encryptor
Namespace: NMLE.RCEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
public override byte[] Key { get; set; }
public override byte[] Key { get; set; }
Public Overrides Property Key As Byte()
Get
Set
Public Overrides Property Key As Byte()
Get
Set
public:
virtual property array<unsigned char>^ Key {
array<unsigned char>^ get () override;
void set (array<unsigned char>^ value) override;
}
public:
virtual property array<unsigned char>^ Key {
array<unsigned char>^ get () override;
void set (array<unsigned char>^ value) override;
}
Property Value
Type:
Byte Implements
IMessageLockedAlgorithm Key