Click or drag to resize
HashPasswordMatches Method
Returns true if the text passed across hashes into the same byte sequence held within Buffer.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool PasswordMatches(
	string password
)

Parameters

password
Type: SystemString

Return Value

Type: Boolean
See Also