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