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