Click or drag to resize
HashBuffer Property
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.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<byte> Buffer { get; }

Property Value

Type: ListByte
See Also