[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 HashedPassword ComputeHash(
PasswordFamily family,
SecureBuffer password
)
public HashedPassword ComputeHash(
PasswordFamily family,
SecureBuffer password
)
Public Function ComputeHash (
family As PasswordFamily,
password As SecureBuffer
) As HashedPassword
Public Function ComputeHash (
family As PasswordFamily,
password As SecureBuffer
) As HashedPassword
public:
HashedPassword^ ComputeHash(
PasswordFamily family,
SecureBuffer^ password
)
public:
HashedPassword^ ComputeHash(
PasswordFamily family,
SecureBuffer^ password
)
member ComputeHash :
family : PasswordFamily *
password : SecureBuffer -> HashedPassword
member ComputeHash :
family : PasswordFamily *
password : SecureBuffer -> HashedPassword
Return Value
Type:
HashedPassword