Represents a U2F authentication response per FIDO U2F (CTAP 1) specification.
More...
|
| byte[] | Counter = [] [get, set] |
| | 4-byte big-endian counter value
|
| |
| byte[] | Signature = [] [get, set] |
| | ECDSA signature over authentication data.
|
| |
| byte | UserPresenceByte [get, set] |
| | User presence byte. Bit 0 set to 1 means that user presence was verified. Other bits should be 0.
|
| |
Represents a U2F authentication response per FIDO U2F (CTAP 1) specification.
◆ Counter
| byte [] CrescendoDLL.PCSC.FIDODataStructures.U2FAuthenticationResponse.Counter = [] |
|
getset |
4-byte big-endian counter value
◆ Signature
| byte [] CrescendoDLL.PCSC.FIDODataStructures.U2FAuthenticationResponse.Signature = [] |
|
getset |
ECDSA signature over authentication data.
ASN.1 encoded signature over concatenated parameters: applicationParameter + userPresence + counter + challengeParameter
◆ UserPresenceByte
| byte CrescendoDLL.PCSC.FIDODataStructures.U2FAuthenticationResponse.UserPresenceByte |
|
getset |
User presence byte. Bit 0 set to 1 means that user presence was verified. Other bits should be 0.