| 
    Crescendo SDK
    
   | 
 
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.   | |
Represents a U2F authentication request per FIDO U2F (CTAP 1) specification.
      
  | 
  getset | 
Application parameter (32-byte SHA-256 hash of relying party ID)
      
  | 
  getset | 
Challenge parameter (32-byte random value)
      
  | 
  getset | 
Control Byte definition. Valid values from CrescendoDLL.PCSC.U2FAuthenticationOptions enum.
      
  | 
  getset | 
Key handle to authenticate.
      
  | 
  getset | 
Length of key handle in bytes.