PipeSecurity::AccessRuleType Property
.NET Framework (current version)
Gets the Type of the object that is associated with the access rules of the current PipeSecurity object.
Assembly: System.Core (in System.Core.dll)
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
Available since 3.5
Show: