DeleteCredentialCommand Constructor
DeleteCredentialCommand(ReadOnlyMemory<byte>)
Constructs an instance of the Delete
public DeleteCredentialCommand(ReadOnlyMemory<byte> managementKey)
Parameters
Type | Name | Description |
---|---|---|
Read |
managementKey | The secret used to authenticate to the application prior to adding
or removing credentials. See Valid |
Exceptions
Type | Condition |
---|---|
Argument |
|
Remarks
The Label will need to be set before calling
Create
DeleteCredentialCommand(ReadOnlyMemory<byte>, string)
Constructs an instance of the Delete
public DeleteCredentialCommand(ReadOnlyMemory<byte> managementKey, string label)
Parameters
Type | Name | Description |
---|---|---|
Read |
managementKey | The secret used to authenticate to the application prior to adding
or removing credentials. See Valid |
string | label | The label of the credential to be deleted. The string must meet the same requirements as Label. |
Exceptions
Type | Condition |
---|---|
Argument |
|