Table of Contents

Class ModifyUserPassword

Namespace
InSite.Application.Users.Write
Assembly
Shift.Sdk.dll
public class ModifyUserPassword : Command, ICommand
Inheritance
ModifyUserPassword
Implements
Inherited Members
Extension Methods

Constructors

ModifyUserPassword(Guid, string, DateTimeOffset?, DateTimeOffset)

public ModifyUserPassword(Guid userId, string passwordHash, DateTimeOffset? passwordChanged, DateTimeOffset passwordExpired)

Parameters

userId Guid
passwordHash string
passwordChanged DateTimeOffset?
passwordExpired DateTimeOffset

Properties

PasswordChanged

public DateTimeOffset? PasswordChanged { get; set; }

Property Value

DateTimeOffset?

PasswordExpired

public DateTimeOffset PasswordExpired { get; set; }

Property Value

DateTimeOffset

PasswordHash

public string PasswordHash { get; set; }

Property Value

string