CryptographyHelperEncryptAes Method |
Function which encrypts password using the AesCryptoServiceProvider algorithm
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static string EncryptAes(
string password,
string encryptionKey
)
Public Shared Function EncryptAes (
password As String,
encryptionKey As String
) As String
Parameters
- password
- Type: SystemString
Value to be encrypted - encryptionKey
- Type: SystemString
Password encryption key
Return Value
Type:
StringAn encrypted string
See Also