AuditRule<T>
Represents a combination of a user's identity and an access mask.
Gets the rights of the audit rule.
Initializes a new instance of the AuditRule<T> class by using the specified values.
public AuditRule(IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
Initializes a new instance of the AuditRule<T> class by using the specified values.
Initializes a new instance of the AuditRule<T> class by using the specified values.
public AuditRule(string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
Initializes a new instance of the AuditRule<T> class by using the specified values.