Table of Contents

Class ModifyUserDefaultPassword

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

Constructors

ModifyUserDefaultPassword(Guid, string, DateTimeOffset?)

public ModifyUserDefaultPassword(Guid userId, string defaultPassword, DateTimeOffset? defaultPasswordExpired)

Parameters

userId Guid
defaultPassword string
defaultPasswordExpired DateTimeOffset?

Properties

DefaultPassword

public string DefaultPassword { get; set; }

Property Value

string

DefaultPasswordExpired

public DateTimeOffset? DefaultPasswordExpired { get; set; }

Property Value

DateTimeOffset?