|
SecurityProviderUtilityEncryptPassword Method
|
Encrypts the password to a one-way hash using the SHA1 hash algorithm.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax Public Shared Function EncryptPassword (
password As String
) As String
GSF.Security.SecurityProviderUtility.EncryptPassword = function(password);
View SourceParameters
- password String
- Password to be encrypted.
Return Value
StringEncrypted password.
See Also