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