Represents a credential descriptor for WebAuthn/FIDO2 operations.
More...
|
| byte[] | Id = default! [get, set] |
| | Credential ID of the public key credential. Required parameter. Opaque byte sequence identifying a specific credential. Generated by the authenticator during credential creation.
|
| |
| string | Type = string.Empty [get, set] |
| | Type of the public key credential. Required parameter. For WebAuthn, this MUST be "public-key". Matches the type specified during credential creation.
|
| |
Represents a credential descriptor for WebAuthn/FIDO2 operations.
◆ Id
| byte [] CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialDescriptor.Id = default! |
|
getset |
Credential ID of the public key credential. Required parameter. Opaque byte sequence identifying a specific credential. Generated by the authenticator during credential creation.
◆ Type
| string CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialDescriptor.Type = string.Empty |
|
getset |
Type of the public key credential. Required parameter. For WebAuthn, this MUST be "public-key". Matches the type specified during credential creation.