[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 TOptions ExtractPasswordHashingOptions(
HashedPassword hash,
out bool needRehash
)
public TOptions ExtractPasswordHashingOptions(
HashedPassword hash,
out bool needRehash
)
Public Function ExtractPasswordHashingOptions (
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As TOptions
Public Function ExtractPasswordHashingOptions (
hash As HashedPassword,
<OutAttribute> ByRef needRehash As Boolean
) As TOptions
public:
TOptions ExtractPasswordHashingOptions(
HashedPassword^ hash,
[OutAttribute] bool% needRehash
)
public:
TOptions ExtractPasswordHashingOptions(
HashedPassword^ hash,
[OutAttribute] bool% needRehash
)
member ExtractPasswordHashingOptions :
hash : HashedPassword *
needRehash : bool byref -> 'TOptions
member ExtractPasswordHashingOptions :
hash : HashedPassword *
needRehash : bool byref -> 'TOptions
Return Value
Type:
TOptions