Click or drag to resize

Credential Properties

Version 94.4.20

The Credential type exposes the following members.

Properties
  NameDescription
Public propertyCredentialId
CredentialId
Public propertyIsResidentCredential
IsResidentCredential
Public propertyLargeBlob
The large blob associated with the credential. See https://w3c.github.io/webauthn/#sctn-large-blob-extension
Public propertyPrivateKey
The ECDSA P-256 private key in PKCS#8 format.
Public propertyRpId
Relying Party ID the credential is scoped to. Must be set when adding a credential.
Public propertySignCount
Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/#signature-counter
Public propertyUserHandle
An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user.
Top
See Also