VerifyPinCommand Constructor
VerifyPinCommand(ReadOnlyMemory<byte>)
Constructs an instance of the VerifyPinCommand class.
C#
public VerifyPinCommand(ReadOnlyMemory<byte> pin)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyMemory<byte> | pin | The PIN to verify, represented as bytes. |