| 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
)
Public Function ComputeHash (
password As String
) As String
public:
virtual String^ ComputeHash(
String^ password
) sealed
abstract ComputeHash :
password : string -> string
override ComputeHash :
password : string -> string
Parameters
- password
- Type: SystemString
Password.
Return Value
Type:
StringThe hash.
Implements
IPasswordHashingServiceComputeHash(String)See Also