Claim 构造函数

重载列表

名称 说明
Claim (Claim, String) Creates a Claim and initializes properties to be consistent with the Claim provided.
Claim (String, String) Creates a Claim with the specified type and value. The Claim has a local authority issuer and no subject.
Claim (String, String, String) Creates a Claim with the specified type and value. The Claim has a local authority issuer and no subject.
Claim (String, String, String, String) Creates a with the specified type, value, value type, and issuer.
Claim (String, String, String, String, String) Creates a Claim with the specified type, value, value type, issuer and original issuer.

请参见

参考

Claim 类
Claim 成员
Microsoft.IdentityModel.Claims 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。