Class UserCrypto
public static class UserCrypto
- Inheritance
-
UserCrypto
- Inherited Members
Properties
IsUserCryptAvailable
public static bool IsUserCryptAvailable { get; }
Property Value
Methods
Decrypt(string)
public static string Decrypt(string encrypted)
Parameters
encrypted
string
Returns
Encrypt(string)
public static string Encrypt(string unencrypted)
Parameters
unencrypted
string