AuthenticationConstants.AllowedSigningAlgorithms フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
許可されたトークン署名アルゴリズム。 トークンはチャネルからボットに送られます。 これを使用するコードでは、エミュレーターからのトークンもサポートされています。
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)