Represents the response from the FIDO CTAP2 authenticatorClientPIN command.
More...
|
| COSEKey? | KeyAgreement [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.
|
| |
Represents the response from the FIDO CTAP2 authenticatorClientPIN command.
◆ 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.