ListChildrenAccessRule Constructor (IdentityReference^, AccessControlType)

 

Initializes a new instance of the ListChildrenAccessRule class with the specified identity reference and access control type.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
ListChildrenAccessRule(
	IdentityReference^ identity,
	AccessControlType type
)

Parameters

identity
Type: System.Security.Principal::IdentityReference^

An IdentityReference object that identifies the trustee of the access rule.

type
Type: System.Security.AccessControl::AccessControlType

One of the AccessControlType enumeration values that specifies the access rule type.

.NET Framework
Available since 2.0
Return to top
Show: