Exemple #1
0
 public WaitObjectAccessRule(string identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : this(new NTAccount(identity), waitObjectRights, type)
 {
 }
 /// <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)
 {
 }
Exemple #3
0
 public WaitObjectAccessRule(IdentityReference identity, WaitObjectRights waitObjectRights, AccessControlType type)
     : base(identity, (int)waitObjectRights, false, InheritanceFlags.None, PropagationFlags.None, type)
 {
 }
 /// <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)
 {
 }
Exemple #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)
 {
 }
Exemple #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)
 {
 }