HttpListenerBasicIdentity Properties
.NET Framework 4.5
The HttpListenerBasicIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Actor | Gets or sets the identity of the calling party that was granted delegation rights. (Inherited from ClaimsIdentity.) |
|
AuthenticationType | Gets the type of authentication used to identify the user. (Inherited from GenericIdentity.) |
|
BootstrapContext | Gets or sets the token that was used to create this claims identity. (Inherited from ClaimsIdentity.) |
|
Claims | Gets all claims for the user represented by this generic identity. (Inherited from GenericIdentity.) |
|
IsAuthenticated | Gets a value indicating whether the user has been authenticated. (Inherited from GenericIdentity.) |
|
Label | Gets or sets the label for this claims identity. (Inherited from ClaimsIdentity.) |
|
Name | Gets the user's name. (Inherited from GenericIdentity.) |
|
NameClaimType | Gets the claim type that is used to determine which claims provide the value for the Name property of this claims identity. (Inherited from ClaimsIdentity.) |
|
Password | Indicates the password from a basic authentication attempt. |
|
RoleClaimType | Gets the claim type that will be interpreted as a .NET Framework role among the claims in this claims identity. (Inherited from ClaimsIdentity.) |