CredentialRetryPair Class
Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dllThis class represents a Credential stored in the YubiKey's YubiHSM Auth application, and the number of retries remaining.
C#
public class CredentialRetryPair : Object
Inheritance
System.Object
CredentialRetryPair
Remarks
This class is used in ListCredentialsResponse.
Constructors
Name | Description |
---|---|
CredentialRetryPair(Credential, Int32) | Constructs an instance of the CredentialRetryPair class. |
Properties
Name | Description |
---|---|
Credential | The Credential stored in the YubiHSM Auth application. |
Retries | The number of retries remaining to access the Credential. |