PipeSecurity::AuditRuleType Property

 

Gets the Type object associated with the audit rules of the current PipeSecurity object.

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

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

Property Value

Type: System::Type^

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

Classes that derive from the ObjectSecurity class override the AuditRuleType 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: