[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 HashedPassword DoComputeHash(
PasswordFamily family,
SecureBuffer password
)
protected abstract HashedPassword DoComputeHash(
PasswordFamily family,
SecureBuffer password
)
Protected MustOverride Function DoComputeHash (
family As PasswordFamily,
password As SecureBuffer
) As HashedPassword
Protected MustOverride Function DoComputeHash (
family As PasswordFamily,
password As SecureBuffer
) As HashedPassword
protected:
virtual HashedPassword^ DoComputeHash(
PasswordFamily family,
SecureBuffer^ password
) abstract
protected:
virtual HashedPassword^ DoComputeHash(
PasswordFamily family,
SecureBuffer^ password
) abstract
abstract DoComputeHash :
family : PasswordFamily *
password : SecureBuffer -> HashedPassword
abstract DoComputeHash :
family : PasswordFamily *
password : SecureBuffer -> HashedPassword
Return Value
Type:
HashedPassword