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

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

Properties

X509Certificate2  AttestationCertificate = default! [get, set]
  Attestation certificate (X.509 format)
 
byte[]  KeyHandle = [] [get, set]
  Key handle (up to 255 bytes)
 
byte  KeyHandleLength [get, set]
  Length of key handle in bytes.
 
byte  ReservedByte [get, set]
  Reserved byte (must be 0x05)
 
byte[]  Signature = [] [get, set]
  ECDSA signature over registration data.
 
byte[]  UserPublicKey = [] [get, set]
  Uncompressed ECDSA public key (65 bytes)
 

Detailed Description

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

Property Documentation

◆ AttestationCertificate

◆ KeyHandle

◆ KeyHandleLength

◆ ReservedByte

◆ Signature

◆ UserPublicKey