[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)
protected virtual bool DoVerify(
SecureBuffer password,
HashedPassword hash,
out bool needRehash
)
protected virtual bool DoVerify(
SecureBuffer password,
HashedPassword hash,
out bool needRehash
)
Protected Overridable Function DoVerify (
password As SecureBuffer,
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As Boolean
Protected Overridable Function DoVerify (
password As SecureBuffer,
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As Boolean
protected:
virtual bool DoVerify(
SecureBuffer^ password,
HashedPassword^ hash,
[OutAttribute] bool% needRehash
)
protected:
virtual bool DoVerify(
SecureBuffer^ password,
HashedPassword^ hash,
[OutAttribute] bool% needRehash
)
abstract DoVerify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
override DoVerify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
abstract DoVerify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
override DoVerify :
password : SecureBuffer *
hash : HashedPassword *
needRehash : bool byref -> bool
Return Value
Type:
Boolean