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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | password | The user-supplied password to validate. |
OathApplicationData | oathData | An implementation of |