CalculateAllCredentialsResponse Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllThe response to the CalculateAllCredentialsCommand command, containing the response from the oath application.
C#
public class CalculateAllCredentialsResponse : OathResponse, IYubiKeyResponseWithData<IDictionary<Credential, Code>>, IYubiKeyResponse
Implements
Constructors
Name | Description |
---|---|
CalculateAllCredentialsResponse(ResponseApdu) | Constructs an instance of the CalculateAllCredentialsResponse class based on a ResponseApdu received from the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the dictionary of Credential and Code pair. |