AuthenticationConstants.AllowedSigningAlgorithms Field

Definition

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) 

Field Value

HashSet<String>

Applies to