GetManagementKeyRetries Method
GetManagementKeyRetries()
Get the number of retries remaining for the management key.
C#
public int GetManagementKeyRetries()
Returns
System.Int32
The number of retries, as an integer.
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The command to retrieve the number of retries failed. |
Remarks
There is a limit of 8 attempts to authenticate with the management key before the management key is blocked. Once the management key is blocked, the application must be reset before performing operations which require authentication with the management key (such as adding credentials, deleting credentials, and changing the management key). To reset the application, see ResetApplication(). Supplying the correct management key before the management key is blocked will reset the retry counter to 8.