DeleteCredentialCommand Constructor
DeleteCredentialCommand(CredentialId, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)
Constructs a new instance of Delete
C#
public DeleteCredentialCommand(CredentialId credentialId, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)
Parameters
Type | Name | Description |
---|---|---|
Credential |
credentialId | The |
Read |
pinUvAuthToken | The PIN/UV Auth Token built from the PIN. This is the encrypted token key. |
Pin |
authProtocol | The Auth Protocol used to build the Auth Token. |