AuthorizationRuleCollection::AddRule Method (AuthorizationRule^)

.NET Framework (current version)
 

Adds an AuthorizationRule object to the collection.

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

public:
void AddRule(
	AuthorizationRule^ rule
)

Parameters

rule
Type: System.Security.AccessControl::AuthorizationRule^

The AuthorizationRule object to add to the collection.

.NET Framework
Available since 4.6
Return to top
Show: