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

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

Properties

byte[] ApplicationParameter = Array.Empty<byte>() [get, set]
 Application parameter (32-byte SHA-256 hash of relying party ID)
 
byte[] ChallengeParameter = Array.Empty<byte>() [get, set]
 Challenge parameter (32-byte random value)
 

Detailed Description

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

Property Documentation

◆ ApplicationParameter

byte [] CrescendoDLL.PCSC.FIDODataStructures.U2FRegistrationRequest.ApplicationParameter = Array.Empty<byte>()
getset

Application parameter (32-byte SHA-256 hash of relying party ID)

Identifies the web origin using the credential

◆ ChallengeParameter

byte [] CrescendoDLL.PCSC.FIDODataStructures.U2FRegistrationRequest.ChallengeParameter = Array.Empty<byte>()
getset

Challenge parameter (32-byte random value)

Client-generated challenge to prevent replay attacks