Gets the Key of the algorytm
Namespace: NMLEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
public abstract byte[] Key { get; }
public abstract byte[] Key { get; }
Public MustOverride ReadOnly Property Key As Byte()
Get
Public MustOverride ReadOnly Property Key As Byte()
Get
public:
virtual property array<unsigned char>^ Key {
array<unsigned char>^ get () abstract;
}
public:
virtual property array<unsigned char>^ Key {
array<unsigned char>^ get () abstract;
}
Property Value
Type:
Byte