PipeSecurity.AccessRuleType Property

Definition

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

public:
 virtual property Type ^ AccessRuleType { Type ^ get(); };
public override Type AccessRuleType { get; }
member this.AccessRuleType : Type
Public Overrides ReadOnly Property AccessRuleType As Type

Property Value

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

Remarks

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.

Applies to