Show / Hide Table of Contents

RetriesRemaining Property

RetriesRemaining

The number of retries remaining after failing to authenticate.

C#
public int? RetriesRemaining { get; }

Property Value

Type Description
int?

Remarks

If the command failed to authenticate, the Status is set to AuthenticationRequired, and this property returns the number of retries remaining. Otherwise this property returns null.

This property represents the retries remaining on either the management key or a credential password. Refer to the implementing class's documentation for more information.

In this article
Back to top Generated by DocFX