Defines the data and behavior of a claims-based representation of a single user.
下表列出了 IClaimsIdentity 类型公开的成员。
Public 属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Actor | Gets or sets the T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. | 
| .gif) | BootstrapToken | Gets or sets the token that this identity was originally created from. | 
| .gif) | Claims | A collection of Claim objects. It supports getting a Claim at a given index. Refer to the Claim class definition for details. | 
| .gif) | Label | A string label for the user who is represented by this IClaimsIdentity. | 
| .gif) | NameClaimType | The assigned Claim type to be used as the IIdentity.Name property. It is represented as a string. | 
| .gif) | RoleClaimType | Gets the claim type used for M:System.Security.Principal.IPrincipal.IsInRole(System.String). | 
页首
Public 方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Copy | Returns a new IClaimsIdentity-derived object copied from this object. | 
页首
请参见
参考
IClaimsIdentity 接口
Microsoft.IdentityModel.Claims 命名空间
版权所有 (C) 2008 Microsoft Corporation。保留所有权利。