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.

EventWaitHandleSecurity::AccessRuleType Property

 

Gets the type that the EventWaitHandleSecurity class uses to represent access rules.

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

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

Property Value

Type: System::Type^

A Type object representing the EventWaitHandleAccessRule class.

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

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