Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX