Show / Hide Table of Contents

CredentialRetryPair Constructor

CredentialRetryPair(Credential, int)

Constructs an instance of the CredentialRetryPair class.

C#
public CredentialRetryPair(Credential credential, int retries)

Parameters

Type Name Description
Credential credential The Credential stored in the YubiHSM Auth application.
int retries The number of retries remaining to access the Credential. Must be a non-negative value.

Exceptions

Type Condition
ArgumentOutOfRangeException

Thrown when retries is negative.

In this article
Back to top Generated by DocFX