次の方法で共有


JwtClaimChecks コンストラクター

定義

オーバーロード

JwtClaimChecks()

JwtClaimChecks クラスの新しいインスタンスを初期化します。

JwtClaimChecks(IList<String>, IList<String>)

JwtClaimChecks クラスの新しいインスタンスを初期化します。

JwtClaimChecks()

JwtClaimChecks クラスの新しいインスタンスを初期化します。

public JwtClaimChecks ();
Public Sub New ()

適用対象

JwtClaimChecks(IList<String>, IList<String>)

JwtClaimChecks クラスの新しいインスタンスを初期化します。

public JwtClaimChecks (System.Collections.Generic.IList<string> allowedGroups = default, System.Collections.Generic.IList<string> allowedClientApplications = default);
new Microsoft.Azure.Management.WebSites.Models.JwtClaimChecks : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.JwtClaimChecks
Public Sub New (Optional allowedGroups As IList(Of String) = Nothing, Optional allowedClientApplications As IList(Of String) = Nothing)

パラメーター

allowedGroups
IList<String>

許可されるグループの一覧。

allowedClientApplications
IList<String>

許可されているクライアント アプリケーションの一覧。

適用対象