|
Crescendo SDK
|
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.CredentialManagementRequest Class Reference
Represents parameters for the FIDO CTAP2 authenticatorCredentialManagement command.
More...
Properties |
|
| byte?[] | PinUvAuthParam = default! [get, set] |
| PIN/UV authentication signature. |
|
| uint? | PinUvAuthProtocol [get, set]
|
Selected PIN/UV protocol version. Optional parameter (CTAP2 key: 0x03). Must match protocol version used during PIN/UV authentication token acquisition. |
|
| AuthenticatorCredentialManagementSubCommand | SubCommand [get, set]
|
Specifies the credential management operation to perform. Required parameter (CTAP2 key: 0x01). Valid values in CrescendoDLL.PCSC.AuthenticatorCredentialManagementSubCommand enum. |
|
| CredentialManagementSubCommandParams? | SubCommandParams [get, set]
|
Subcommand-specific parameters. Optional parameter (CTAP2 key: 0x02). Format depends on selected subcommand. |
|
Detailed Description
Represents parameters for the FIDO CTAP2 authenticatorCredentialManagement command.