|
Crescendo SDK
|
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialParameters Class Reference
Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations. More...
Properties |
|
| int | Alg [get, set]
|
COSE algorithm identifier for the credential. Required parameter. Valid values from IANA COSE Algorithms registry. Example: -7 (ES256), -257 (RS256) |
|
| string | Type = string.Empty [get, set] |
Type of public key credential to create. Required parameter. For WebAuthn, this MUST be public-key. Defined in WebAuthn §5.4.4 as a public key credential type. |
|
Detailed Description
Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations.