Gets the hash of the password. Callers can set this list to be the full byte sequence of the hash or read the hash from here.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<byte> Buffer { get; }
Public ReadOnly Property Buffer As List(Of Byte)
Get
public:
property List<unsigned char>^ Buffer {
List<unsigned char>^ get ();
}
member Buffer : List<byte> with get
Property Value
Type:
ListByteSee Also