Show / Hide Table of Contents

CredentialRetryPair Class

Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dll

This class represents a Credential stored in the YubiKey's YubiHSM Auth application, and the number of retries remaining.

C#
public class CredentialRetryPair
Inheritance object CredentialRetryPair

Remarks

This class is used in ListCredentialsResponse.

Constructors

Name Description
CredentialRetryPair(Credential, int)

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.

In this article
Back to top Generated by DocFX