IdentityUserPasskey<TKey> Class
Definition
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 passkey credential for a user in the identity system.
public class IdentityUserPasskey<TKey> where TKey : IEquatable<TKey>
type IdentityUserPasskey<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserPasskey(Of TKey)
Type Parameters
- TKey
The type used for the primary key for this passkey credential.
- Inheritance
-
IdentityUserPasskey<TKey>
Remarks
See https://www.w3.org/TR/webauthn-3/#credential-record.
Constructors
| IdentityUserPasskey<TKey>() |
Properties
| CredentialId |
Gets or sets the credential ID for this passkey. |
| Data |
Gets or sets additional data associated with this passkey. |
| UserId |
Gets or sets the primary key of the user that owns this passkey. |