| 
            
              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.257-beta
Syntaxpublic static string EncryptPassword(
	string password
)
Public Shared Function EncryptPassword ( 
	password As String
) As String
public:
static String^ EncryptPassword(
	String^ password
)
static member EncryptPassword : 
        password : string -> string GSF.Security.SecurityProviderUtility.EncryptPassword = function(password);
 View SourceParameters
- password  String
 - Password to be encrypted.
 
Return Value
StringEncrypted password.
See Also