Ejemplo n.º 1
0
 public WaitObjectAccessRule(string identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : this(new NTAccount(identity), waitObjectRights, type)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WaitObjectAuditRule"/> class.
 /// </summary>
 /// <param name="identity">The identity.</param>
 /// <param name="waitObjectRights">The wait object rights.</param>
 /// <param name="type">The type.</param>
 public WaitObjectAuditRule(string identity, WaitObjectRights waitObjectRights, AuditFlags type)
     : this(new NTAccount(identity), waitObjectRights, type)
 {
 }
Ejemplo n.º 3
0
 public WaitObjectAccessRule(IdentityReference identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : base(identity, (int)waitObjectRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WaitObjectAuditRule"/> class.
 /// </summary>
 /// <param name="identity">The identity.</param>
 /// <param name="waitObjectRights">The wait object rights.</param>
 /// <param name="type">The type.</param>
 public WaitObjectAuditRule(IdentityReference identity, WaitObjectRights waitObjectRights, AuditFlags type)
     : base(identity, (int)waitObjectRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WaitObjectAuditRule"/> class.
 /// </summary>
 /// <param name="identity">The identity.</param>
 /// <param name="waitObjectRights">The wait object rights.</param>
 /// <param name="type">The type.</param>
 public WaitObjectAuditRule(string identity, WaitObjectRights waitObjectRights, AuditFlags type)
     : this(new NTAccount(identity), waitObjectRights, type)
 {
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WaitObjectAuditRule"/> class.
 /// </summary>
 /// <param name="identity">The identity.</param>
 /// <param name="waitObjectRights">The wait object rights.</param>
 /// <param name="type">The type.</param>
 public WaitObjectAuditRule(IdentityReference identity, WaitObjectRights waitObjectRights, AuditFlags type)
     : base(identity, (int)waitObjectRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
 public WaitObjectAccessRule(string identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : this(new NTAccount(identity), waitObjectRights, type)
 {
 }
 public WaitObjectAccessRule(IdentityReference identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : base(identity, (int)waitObjectRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }