IdentityUserClaim<TKey> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a claim that a user possesses.
generic <typename TKey>
where TKey : IEquatable<TKey>public ref class IdentityUserClaim
public class IdentityUserClaim<TKey> where TKey : IEquatable<TKey>
type IdentityUserClaim<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserClaim(Of TKey)
- TKey
The type used for the primary key for this user that possesses this claim.
- Inheritance
-
IdentityUserClaim<TKey>
Claim |
Gets or sets the claim type for this claim. |
Claim |
Gets or sets the claim value for this claim. |
Id |
Gets or sets the identifier for this user claim. |
User |
Gets or sets the primary key of the user associated with this claim. |
Initialize |
Reads the type and value from the Claim. |
To |
Converts the entity into a Claim instance. |