BotConfiguration.ValidateSecret(String) 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.
Make sure secret is correct by decrypting the secretKey with it.
protected void ValidateSecret (string secret);
member this.ValidateSecret : string -> unit
Protected Sub ValidateSecret (secret As String)
Parameters
- secret
- String
Secret to use.