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