20 references to AccountInfo
System.DirectoryServices.AccountManagement (20)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (20)
90
get { return this.
AccountInfo
.AccountLockoutTime; }
95
get { return this.
AccountInfo
.LastLogon; }
100
get { return this.
AccountInfo
.PermittedWorkstations; }
105
get { return this.
AccountInfo
.PermittedLogonTimes; }
106
set { this.
AccountInfo
.PermittedLogonTimes = value; }
111
get { return this.
AccountInfo
.AccountExpirationDate; }
112
set { this.
AccountInfo
.AccountExpirationDate = value; }
117
get { return this.
AccountInfo
.SmartcardLogonRequired; }
118
set { this.
AccountInfo
.SmartcardLogonRequired = value; }
123
get { return this.
AccountInfo
.DelegationPermitted; }
124
set { this.
AccountInfo
.DelegationPermitted = value; }
129
get { return this.
AccountInfo
.BadLogonCount; }
134
get { return this.
AccountInfo
.HomeDirectory; }
135
set { this.
AccountInfo
.HomeDirectory = value; }
140
get { return this.
AccountInfo
.HomeDrive; }
141
set { this.
AccountInfo
.HomeDrive = value; }
146
get { return this.
AccountInfo
.ScriptPath; }
147
set { this.
AccountInfo
.ScriptPath = value; }
152
return this.
AccountInfo
.IsAccountLockedOut();
157
this.
AccountInfo
.UnlockAccount();