CalculateCredentialResponse Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllThe response to the CalculateCredentialCommand command, containing the response from the oath application.
C#
public class CalculateCredentialResponse : OathResponse, IYubiKeyResponseWithData<Code>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
CalculateCredentialResponse(ResponseApdu, Credential) | Constructs an instance of the CalculateCredentialResponse class based on a ResponseApdu received from the YubiKey. |
Properties
Name | Description |
---|---|
Credential | The credential that was sent to calculate in CalculateCredentialCommand. |
StatusCodeMap | Retrieves the details describing the processing state. |
Methods
Name | Description |
---|---|
GetData() | Gets the instance Code class. |