Method | Description | |
---|---|---|
Decrypt ( string cipherText ) : string |
Decrypts a string encrypted using Windows built-in ProtectedData
|
|
Encrypt ( string plainText ) : string |
Encrypts a string using Windows built-in ProtectedData
|
public static Decrypt ( string cipherText ) : string | ||
cipherText | string | |
return | string |
public static Encrypt ( string plainText ) : string | ||
plainText | string | |
return | string |