Show / Hide Table of Contents

ValidateCommand Constructor

ValidateCommand(ReadOnlyMemory<byte>, OathApplicationData)

Constructs an instance of the ValidateCommand class.

C#
public ValidateCommand(ReadOnlyMemory<byte> password, OathApplicationData oathData)

Parameters

Type Name Description
ReadOnlyMemory<byte> password

The user-supplied password to validate.

OathApplicationData oathData

An implementation of OathApplicationData.

In this article
Back to top Generated by DocFX