Click or drag to resize

SHA256PasswordHasherComputeHash Method

Compute hash

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public string ComputeHash(
	string password
)

Parameters

password
Type: SystemString
Password.

Return Value

Type: String
The hash.

Implements

IPasswordHashingServiceComputeHash(String)
See Also