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