你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

允许的客户端应用程序的列表。

适用于