Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.ClientPINResponse Class Reference

Represents the response from the FIDO CTAP2 authenticatorClientPIN command. More...

Properties

COSEKeyKeyAgreement [get, set]
 Gets or sets the key agreement information as a COSE key. This is used for secure communication between the client and the authenticator related to PIN handling.
 
byte?[] PinToken [get, set]
 Gets or sets the PIN token, which is a secure token used to authorize PIN-related operations.
 
int? Retires [get, set]
 Gets or sets the number of remaining PIN attempts before the authenticator locks the PIN.
 

Detailed Description

Represents the response from the FIDO CTAP2 authenticatorClientPIN command.

Property Documentation

◆ KeyAgreement

COSEKey? CrescendoDLL.PCSC.FIDODataStructures.ClientPINResponse.KeyAgreement
getset

Gets or sets the key agreement information as a COSE key. This is used for secure communication between the client and the authenticator related to PIN handling.

◆ PinToken

byte? [] CrescendoDLL.PCSC.FIDODataStructures.ClientPINResponse.PinToken
getset

Gets or sets the PIN token, which is a secure token used to authorize PIN-related operations.

◆ Retires

int? CrescendoDLL.PCSC.FIDODataStructures.ClientPINResponse.Retires
getset

Gets or sets the number of remaining PIN attempts before the authenticator locks the PIN.