ClaimsIdentity Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AddClaim(Claim) | Adds a single claim to this claims identity. |
![]() | AddClaims(IEnumerable(Of Claim)) | Adds a list of claims to this claims identity. |
![]() | Clone() | Returns a new ClaimsIdentity copied from this claims identity. |
![]() | CreateClaim(BinaryReader) | |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindAll(Predicate(Of Claim)) | Retrieves all of the claims that are matched by the specified predicate. |
![]() | FindAll(String) | Retrieves all of the claims that have the specified claim type. |
![]() | FindFirst(Predicate(Of Claim)) | Retrieves the first claim that is matched by the specified predicate. |
![]() | FindFirst(String) | Retrieves the first claim with the specified claim type. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo with data needed to serialize the current ClaimsIdentity object. |
![]() | GetType() | |
![]() | HasClaim(Predicate(Of Claim)) | Determines whether this claims identity has a claim that is matched by the specified predicate. |
![]() | HasClaim(String, String) | Determines whether this claims identity has a claim with the specified claim type and value. |
![]() | MemberwiseClone() | |
![]() | RemoveClaim(Claim) | Attempts to remove a claim from the claims identity. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryRemoveClaim(Claim) | Attempts to remove a claim from the claims identity. |
![]() | WriteTo(BinaryWriter) | |
![]() | WriteTo(BinaryWriter, Byte()) |

