Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MutexSecurity::AuditRuleType Property

 

Gets the type that the MutexSecurity class uses to represent audit rules.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
property Type^ AuditRuleType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type object representing the MutexAuditRule class.

Classes that derive from the ObjectSecurity class override the AuditRuleType property and return the type they use to represent audit rights. When you work with arrays or collections that contain multiple types of security objects, use this property to determine the correct audit rule type to use with each security object.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft