EncryptUtilities Class

Definition

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.

Applies to