ChallengeResponseResponse Constructor
ChallengeResponseResponse(ResponseApdu, ChallengeResponseAlgorithm)
Constructs a ChallengeResponseResponse instance based on a ResponseApdu received from the YubiKey, and the algorithm requested for generating the response.
C#
public ChallengeResponseResponse(ResponseApdu responseApdu, ChallengeResponseAlgorithm algorithm)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The ResponseApdu returned by the YubiKey. |
ChallengeResponseAlgorithm | algorithm | The algorithm used when the ChallengeResponseCommand was sent. |