言語

ApplicationOptions.ClientCapabilities プロパティ

定義

Microsoft ID 固有の OIDC 拡張機能を使用すると、対話なしでリソースチャレンジを解決できます。 1 つ以上のクライアント機能の構成を許可します (例: "llt"

public System.Collections.Generic.IEnumerable<string> ClientCapabilities { get; set; }
member this.ClientCapabilities : seq<string> with get, set
Public Property ClientCapabilities As IEnumerable(Of String)

プロパティ値

注釈

MSAL は、これらを特別な要求要求に変換します。 要求要求の詳細については、 https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter を参照してください。 詳細については、以下を参照してください。 https://aka.ms/msal-net-claims-request

適用対象