1 write to PermittedLogonTimes
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
106set { this.AccountInfo.PermittedLogonTimes = value; }
1 reference to PermittedLogonTimes
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
105get { return this.AccountInfo.PermittedLogonTimes; }