SetPasswordCommand Constructor
SetPasswordCommand(ReadOnlyMemory<byte>, OathApplicationData)
Constructs an instance of the SetPasswordCommand class.
C#
public SetPasswordCommand(ReadOnlyMemory<byte> password, OathApplicationData oathData)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyMemory<byte> | password | The user-supplied password to validate. |
OathApplicationData | oathData | An implementation of |