Inheritance: System.Security.AccessControl.AuditRule
Example #1
0
 public void AddAuditRule(PipeAuditRule rule)
 {
     AddAuditRule((AuditRule)rule);
 }
Example #2
0
 public void AddAuditRule(PipeAuditRule rule)
 {
     throw new NotImplementedException("ACL is not supported in Mono");
 }
Example #3
0
 public bool RemoveAuditRule(PipeAuditRule rule)
 {
     return(RemoveAuditRule((AuditRule)rule));
 }
Example #4
0
 public void RemoveAuditRuleSpecific(PipeAuditRule rule)
 {
     RemoveAuditRuleSpecific((AuditRule)rule);
 }
 public void SetAuditRule(PipeAuditRule rule) {
     base.SetAuditRule(rule);
 }
 public void RemoveAuditRuleAll(PipeAuditRule rule) {
     base.RemoveAuditRuleAll(rule);
 }
Example #7
0
		public void SetAuditRule (PipeAuditRule rule)
		{
			SetAuditRule ((AuditRule)rule);
		}
		public void AddAuditRule (PipeAuditRule rule)
		{
			throw new NotImplementedException ("ACL is not supported in Mono");
		}
Example #9
0
		public bool RemoveAuditRule (PipeAuditRule rule)
		{
			return RemoveAuditRule ((AuditRule)rule);
		}
Example #10
0
		public void RemoveAuditRuleAll (PipeAuditRule rule)
		{
			RemoveAuditRuleAll ((AuditRule)rule);
		}
Example #11
0
 public void RemoveAuditRuleSpecific(PipeAuditRule rule)
 {
     throw new NotImplementedException();
 }
Example #12
0
 public bool RemoveAuditRule(PipeAuditRule rule)
 {
     throw new NotImplementedException();
 }
Example #13
0
 public void SetAuditRule(PipeAuditRule rule)
 {
     throw new NotImplementedException();
 }
Example #14
0
 public void SetAuditRule(PipeAuditRule rule)
 {
     base.SetAuditRule(rule);
 }
Example #15
0
		public void AddAuditRule (PipeAuditRule rule)
		{
			AddAuditRule ((AuditRule) rule);
		}
Example #16
0
 public void RemoveAuditRuleAll(PipeAuditRule rule)
 {
     base.RemoveAuditRuleAll(rule);
 }
Example #17
0
 public void SetAuditRule(PipeAuditRule rule)
 {
 }
 public void AddAuditRule(PipeAuditRule rule) {
     base.AddAuditRule(rule);
 }
Example #19
0
 public void AddAuditRule(PipeAuditRule rule)
 {
 }
 public bool RemoveAuditRule(PipeAuditRule rule) {
     return base.RemoveAuditRule(rule);
 }
Example #21
0
 public bool RemoveAuditRule(PipeAuditRule rule)
 {
     return(default(bool));
 }
 public void RemoveAuditRuleSpecific(PipeAuditRule rule) {
     base.RemoveAuditRuleSpecific(rule);
 }
Example #23
0
 public void RemoveAuditRuleAll(PipeAuditRule rule)
 {
 }
Example #24
0
 public void RemoveAuditRuleAll(PipeAuditRule rule)
 {
     RemoveAuditRuleAll((AuditRule)rule);
 }
 public void SetAuditRule(PipeAuditRule rule)
 {
 }
Example #26
0
 public void SetAuditRule(PipeAuditRule rule)
 {
     SetAuditRule((AuditRule)rule);
 }
 public void AddAuditRule(PipeAuditRule rule)
 {
 }
Example #28
0
 public void RemoveAuditRuleSpecific(PipeAuditRule rule)
 {
     throw new NotImplementedException("ACL is not supported in Mono");
 }
 public bool RemoveAuditRule(PipeAuditRule rule)
 {
   return default(bool);
 }
Example #30
0
 public void AddAuditRule(PipeAuditRule rule)
 {
     base.AddAuditRule(rule);
 }
 public void RemoveAuditRuleAll(PipeAuditRule rule)
 {
 }
Example #32
0
 public bool RemoveAuditRule(PipeAuditRule rule)
 {
     return(base.RemoveAuditRule(rule));
 }
 public void RemoveAuditRuleSpecific(PipeAuditRule rule)
 {
 }
Example #34
0
 public void RemoveAuditRuleSpecific(PipeAuditRule rule)
 {
     base.RemoveAuditRuleSpecific(rule);
 }
		public void RemoveAuditRuleSpecific (PipeAuditRule rule)
		{
			throw new NotImplementedException ("ACL is not supported in Mono");
		}