Share via


UserPasskeyInfo Class

Definition

Provides information for a user's passkey credential.

public sealed class UserPasskeyInfo
type UserPasskeyInfo = class
Public NotInheritable Class UserPasskeyInfo
Inheritance
UserPasskeyInfo

Constructors

UserPasskeyInfo(Byte[], Byte[], DateTimeOffset, UInt32, String[], Boolean, Boolean, Boolean, Byte[], Byte[])

Initializes a new instance of UserPasskeyInfo.

Properties

AttestationObject

Gets the attestation object associated with this passkey.

ClientDataJson

Gets the collected client data JSON associated with this passkey.

CreatedAt

Gets the time this passkey was created.

CredentialId

Gets the credential ID for this passkey.

IsBackedUp

Gets or sets whether the passkey is currently backed up.

IsBackupEligible

Gets whether the passkey is eligible for backup.

IsUserVerified

Gets or sets whether the passkey has a verified user.

Name

Gets or sets the friendly name for this passkey.

PublicKey

Gets the public key associated with this passkey.

SignCount

Gets or sets the signature counter for this passkey.

Transports

Gets the transports supported by this passkey.

Applies to