1 write to AccountExpirationDate
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
112set { this.AccountInfo.AccountExpirationDate = value; }
1 reference to AccountExpirationDate
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
111get { return this.AccountInfo.AccountExpirationDate; }