|
|
static string | GetDeviceEncryptionKey (string customerIdentifier, string deviceIdentifier) |
| |
|
static byte[] | EncryptString (string plainText, string encryptionKey, byte[] ivVector=null) |
| |
|
static string | EncryptStringB64 (string plainText, string encryptionKey, byte[] ivVector=null) |
| |
|
static string | DecryptStringB64 (string encryptedStringB64, string encryptionKey, byte[] ivVector=null) |
| |
|
static string | DecryptBytesToString (byte[] encryptedData, string encryptionKey, byte[] ivVector=null) |
| |
|
|
static string | RandomEncryptionKey [get] |
| |
The documentation for this class was generated from the following file:
- Runtime/Utilities/EncryptionUtils.cs