UserPasskeyInfo 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.
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. |