This topic has not yet been rated - Rate this topic

ObjectSecurity.AuditRuleFactory Method

Initializes a new instance of the AuditRule class with the specified values.

Namespace:  System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)
public abstract AuditRule AuditRuleFactory(
	IdentityReference identityReference,
	int accessMask,
	bool isInherited,
	InheritanceFlags inheritanceFlags,
	PropagationFlags propagationFlags,
	AuditFlags flags
)

Parameters

identityReference
Type: System.Security.Principal.IdentityReference

The identity to which the audit rule applies. It must be an object that can be cast as a SecurityIdentifier.

accessMask
Type: System.Int32

The access mask of this rule. The access mask is a 32-bit collection of anonymous bits, the meaning of which is defined by the individual integrators.

isInherited
Type: System.Boolean

true if this rule is inherited from a parent container.

inheritanceFlags
Type: System.Security.AccessControl.InheritanceFlags

Specifies the inheritance properties of the audit rule.

propagationFlags
Type: System.Security.AccessControl.PropagationFlags

Specifies whether inherited audit rules are automatically propagated. The propagation flags are ignored if inheritanceFlags is set to None.

flags
Type: System.Security.AccessControl.AuditFlags

Specifies the conditions for which the rule is audited.

Return Value

Type: System.Security.AccessControl.AuditRule
The AuditRule object that this method creates.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.