4 references to ActiveDirectoryAuditRule
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
63public void AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 74public bool RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 75public void RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 78public void SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }