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::AccessRightType Property

 

Gets the enumeration type that the EventWaitHandleSecurity class uses to represent access rights.

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

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

Property Value

Type: System::Type^

A Type object representing the EventWaitHandleRights enumeration.

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

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