AuthenticationConstants.AllowedSigningAlgorithms Field
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.
Allowed token signing algorithms. Tokens come from channels to the bot. The code that uses this also supports tokens coming from the emulator.
public static readonly System.Collections.Generic.HashSet<string> AllowedSigningAlgorithms;
staticval mutable AllowedSigningAlgorithms : System.Collections.Generic.HashSet<string>
Public Shared ReadOnly AllowedSigningAlgorithms As HashSet(Of String)