| 
    Crescendo SDK
    
   | 
 
Represents parameters for 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.   | |
Represents parameters for FIDO CTAP2 authenticatorCredentialManagement command. 
      
  | 
  getset | 
PIN/UV authentication signature.
Optional parameter (CTAP2 key: 0x04). HMAC-SHA256 of:
Computed using shared secret from PIN protocol.
      
  | 
  getset | 
Selected PIN/UV protocol version. Optional parameter (CTAP2 key: 0x03). Must match protocol version used during PIN/UV authentication token acquisition.
      
  | 
  getset | 
Specifies the credential management operation to perform. Required parameter (CTAP2 key: 0x01). Valid values in CrescendoDLL.PCSC.AuthenticatorCredentialManagementSubCommand enum.
      
  | 
  getset | 
Subcommand-specific parameters. Optional parameter (CTAP2 key: 0x02). Format depends on selected subcommand.