IdentityPasskeyData 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 data associated with a passkey.
public class IdentityPasskeyData
type IdentityPasskeyData = class
Public Class IdentityPasskeyData
- Inheritance
-
IdentityPasskeyData
Constructors
| IdentityPasskeyData() |
Properties
| AttestationObject |
Gets or sets the attestation object associated with this passkey. |
| ClientDataJson |
Gets or sets the collected client data JSON associated with this passkey. |
| CreatedAt |
Gets or sets the time this passkey was created. |
| IsBackedUp |
Gets or sets whether the passkey is currently backed up. |
| IsBackupEligible |
Gets or sets 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 or sets the public key associated with this passkey. |
| SignCount |
Gets or sets the signature counter for this passkey. |
| Transports |
Gets or sets the transports supported by this passkey. |