|
Crescendo SDK
|
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.U2FAuthenticationRequest Class Reference
Represents a U2F authentication request per FIDO U2F (CTAP 1) specification. More...
Properties |
|
| byte[] | ApplicationParameter = [] [get, set] |
| Application parameter (32-byte SHA-256 hash of relying party ID) |
|
| byte[] | ChallengeParameter = [] [get, set] |
| Challenge parameter (32-byte random value) |
|
| U2FAuthenticationOptions | ControlByte [get, set]
|
| Control Byte definition. Valid values from CrescendoDLL.PCSC.U2FAuthenticationOptions enum. |
|
| byte[] | KeyHandle = [] [get, set] |
| Key handle to authenticate. |
|
| byte | KeyHandleLength [get, set]
|
| Length of key handle in bytes. |
|
Detailed Description
Represents a U2F authentication request per FIDO U2F (CTAP 1) specification.