public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags))
 {
 }
 public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, AccessControlType type) : this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
 public SemaphoreAccessRule(IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, AccessControlType type) : this(identity, (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
 public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType))
 {
 }
Exemplo n.º 5
0
 public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Semaphore?result)
 {
     throw null;
 }
Exemplo n.º 6
0
 public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)
 {
     throw null;
 }
 public static Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)
 {
 }
Exemplo n.º 8
0
        public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)
        {
            Contract.Ensures(Contract.Result <System.Threading.Semaphore>() != null);

            return(default(System.Threading.Semaphore));
        }