PipeSecurity::AccessRuleType Property

 

Gets the Type of the object that is associated with the access rules of the current PipeSecurity object.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

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

Property Value

Type: System::Type^

The type of the object that is associated with the access rules of the current PipeSecurity object.

Classes that derive from the ObjectSecurity class override the AccessRuleType 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 3.5
Return to top
Show: