Method | Description | |
---|---|---|
Decrypt ( ECryptoMethod cryptoMethod, string encrypted ) : string | ||
DecryptAES ( string encrypted ) : string | ||
DecryptProtectedDataForCurrentUser ( string encrypted ) : string | ||
Encrypt ( ECryptoMethod cryptoMethod, string decrypted ) : string | ||
EncryptAES ( string decrypted ) : string | ||
EncryptProtectedDataForCurrentUser ( string decrypted ) : string | ||
SetEncryptionKey ( string key ) : void |