Table of Contents

Class ChangePasswordCommand.Parameters

Namespace
Core.CliniCore.Commands.Authentication
Assembly
Core.CliniCore.dll

Defines the parameter keys used by ChangePasswordCommand.

public static class ChangePasswordCommand.Parameters
Inheritance
ChangePasswordCommand.Parameters
Inherited Members

Fields

ConfirmPassword

Parameter key for the confirmation of the new password.

public const string ConfirmPassword = "confirmPassword"

Field Value

string

NewPassword

Parameter key for the new password.

public const string NewPassword = "newPassword"

Field Value

string

OldPassword

Parameter key for the current (old) password.

public const string OldPassword = "oldPassword"

Field Value

string