EncryptUtilities Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. See https://aka.ms/bot-file-basics for more information.
Helper methods to assist with encryption of connected service keys.
[System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)]
public static class EncryptUtilities
[<System.Obsolete("This class is deprecated. See https://aka.ms/bot-file-basics for more information.", false)>]
type EncryptUtilities = class
Public Module EncryptUtilities
- Inheritance
-
EncryptUtilities
- Attributes
Methods
| Decrypt(String, String) |
Decrypts a string. |
| DecryptStringFromBytes_Aes(Byte[], Byte[], Byte[]) |
Decrypts a string using Advanced Encryption Standard (AES). |
| Encrypt(String, String) |
Encrypts a string. |
| EncryptStringToBytes_Aes(String, Byte[], Byte[]) |
Encrypts a string using Advanced Encryption Standard (AES). |
| GenerateKey() |
Generates a key to use for encryption. |