Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations.
More...
|
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.
|
|
Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations.
◆ Alg
int CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialParameters.Alg |
|
getset |
COSE algorithm identifier for the credential. Required parameter. Valid values from IANA COSE Algorithms Registry. Example: -7 (ES256), -257 (RS256)
◆ Type
string CrescendoDLL.PCSC.FIDODataStructures.PublicKeyCredentialParameters.Type = string.Empty |
|
getset |
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.