PassportPrincipal Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddIdentities(IEnumerable(Of ClaimsIdentity)) | Adds the specified claims identities to this claims principal.(Inherited from ClaimsPrincipal.) |
![]() | AddIdentity(ClaimsIdentity) | Adds the specified claims identity to this claims principal.(Inherited from ClaimsPrincipal.) |
![]() | Clone() | Returns a copy of this instance.(Inherited from ClaimsPrincipal.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FindAll(Predicate(Of Claim)) | Retrieves all of the claims that are matched by the specified predicate.(Inherited from ClaimsPrincipal.) |
![]() | FindAll(String) | Retrieves all or the claims that have the specified claim type.(Inherited from ClaimsPrincipal.) |
![]() | FindFirst(Predicate(Of Claim)) | Retrieves the first claim that is matched by the specified predicate.(Inherited from ClaimsPrincipal.) |
![]() | FindFirst(String) | Retrieves the first claim with the specified claim type.(Inherited from ClaimsPrincipal.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HasClaim(Predicate(Of Claim)) | Determines whether any of the claims identities associated with this claims principal contains a claim that is matched by the specified predicate.(Inherited from ClaimsPrincipal.) |
![]() | HasClaim(String, String) | Determines whether any of the claims identities associated with this claims principal contains a claim with the specified claim type and value.(Inherited from ClaimsPrincipal.) |
![]() | IsInRole(String) | Determines whether the current GenericPrincipal belongs to the specified role.(Inherited from GenericPrincipal.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteTo(BinaryWriter) | (Inherited from ClaimsPrincipal.) |
