RetriesRemaining Property
RetriesRemaining
The number of retries remaining after failing to authenticate.
C#
public Nullable<int> RetriesRemaining { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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.