BotConfiguration.GenerateKey Method
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.
Generate a new key suitable for encrypting.
public static string GenerateKey ();
static member GenerateKey : unit -> string
Public Shared Function GenerateKey () As String
Returns
key to use with Encrypt(String) method.