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

Represents a U2F authentication response per FIDO U2F (CTAP 1) specification. More...

Properties

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.
 

Detailed Description

Represents a U2F authentication response per FIDO U2F (CTAP 1) specification.

Property Documentation

◆ Counter

◆ Signature

◆ UserPresenceByte