Skip to content

ChangePasswordRequest class

namespace: Serenity.Extensions   assemblySerenity.Extensions

The request model for a change password service.

public class ChangePasswordRequest : ServiceRequest

Public Members

name description
ChangePasswordRequest() The default constructor.
ConfirmPassword { get; set; } The confirmation of the new password.
NewPassword { get; set; } The new password.
OldPassword { get; set; } The current password of the user.

See Also