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