IClaimsIdentity Members
Defines the data and behavior of a claims-based representation of a single user.
In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ IClaimsIdentity eingeblendet werden:
Öffentlich Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
Actor | Gets or sets the T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. |
![]() |
BootstrapToken | Gets or sets the token that this identity was originally created from. |
![]() |
Claims | A collection of Claim objects. It supports getting a Claim at a given index. Refer to the Claim class definition for details. |
![]() |
Label | A string label for the user who is represented by this IClaimsIdentity. |
![]() |
NameClaimType | The assigned Claim type to be used as the IIdentity.Name property. It is represented as a string. |
![]() |
RoleClaimType | Gets the claim type used for M:System.Security.Principal.IPrincipal.IsInRole(System.String). |
Seitenanfang
Öffentlich Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Copy | Returns a new IClaimsIdentity-derived object copied from this object. |
Seitenanfang
Siehe auch
Referenz
IClaimsIdentity Interface
Microsoft.IdentityModel.Claims Namespace
Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.