HashPasswordMatches Method |
Returns true if the text passed across hashes into the same byte sequence held within
Buffer.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool PasswordMatches(
string password
)
Public Function PasswordMatches (
password As String
) As Boolean
public:
bool PasswordMatches(
String^ password
)
member PasswordMatches :
password : string -> bool
Parameters
- password
- Type: SystemString
Return Value
Type:
BooleanSee Also