Click or drag to resize

SecurityProviderUtilityEncryptPassword Method

Encrypts the password to a one-way hash using the SHA1 hash algorithm.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static string EncryptPassword(
	string password
)
View Source

Parameters

password  String
Password to be encrypted.

Return Value

String
Encrypted password.
See Also