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