IdentityUserToken<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 an authentication token for a user.
generic <typename TKey>
where TKey : IEquatable<TKey>public ref class IdentityUserToken
C#
public class IdentityUserToken<TKey> where TKey : IEquatable<TKey>
type IdentityUserToken<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserToken(Of TKey)
- TKey
The type of the primary key used for users.
- Inheritance
-
IdentityUserToken<TKey>
Login |
Gets or sets the LoginProvider this token is from. |
Name |
Gets or sets the name of the token. |
User |
Gets or sets the primary key of the user that the token belongs to. |
Value |
Gets or sets the token value. |
Produkt | Versiounen |
---|---|
ASP.NET Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |