14 references to PasswordInfo
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (14)
185
get { return this.
PasswordInfo
.LastPasswordSet; }
190
get { return this.
PasswordInfo
.LastBadPasswordAttempt; }
195
get { return this.
PasswordInfo
.PasswordNotRequired; }
196
set { this.
PasswordInfo
.PasswordNotRequired = value; }
201
get { return this.
PasswordInfo
.PasswordNeverExpires; }
202
set { this.
PasswordInfo
.PasswordNeverExpires = value; }
207
get { return this.
PasswordInfo
.UserCannotChangePassword; }
208
set { this.
PasswordInfo
.UserCannotChangePassword = value; }
213
get { return this.
PasswordInfo
.AllowReversiblePasswordEncryption; }
214
set { this.
PasswordInfo
.AllowReversiblePasswordEncryption = value; }
229
this.
PasswordInfo
.SetPassword(newPassword);
234
this.
PasswordInfo
.ChangePassword(oldPassword, newPassword);
239
this.
PasswordInfo
.ExpirePasswordNow();
244
this.
PasswordInfo
.RefreshExpiredPassword();