[This is preliminary documentation and is subject to change.]
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Verify(
SecureBuffer password,
HashedPassword hash,
out bool needRehash
)
public bool Verify(
SecureBuffer password,
HashedPassword hash,
out bool needRehash
)
Public Function Verify (
password As SecureBuffer,
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As Boolean
Public Function Verify (
password As SecureBuffer,
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As Boolean
public:
virtual bool Verify(
SecureBuffer^ password,
HashedPassword^ hash,
[OutAttribute] bool% needRehash
) sealed
public:
virtual bool Verify(
SecureBuffer^ password,
HashedPassword^ hash,
[OutAttribute] bool% needRehash
) sealed
abstract Verify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
override Verify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
abstract Verify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
override Verify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
Return Value
Type:
BooleanImplements
IPasswordManager Verify(SecureBuffer, HashedPassword, Boolean )