Crescendo SDK
|
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. | |
Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations.
|
getset |
COSE algorithm identifier for the credential. Required parameter. Valid values from IANA COSE Algorithms registry. Example: -7 (ES256), -257 (RS256)
|
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.