Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialDescriptor Class Reference

Represents a credential descriptor for WebAuthn/FIDO2 operations. More...

Properties

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.
 

Detailed Description

Represents a credential descriptor for WebAuthn/FIDO2 operations.

Property Documentation

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