ExtendedRightAccessRule Constructor (IdentityReference^, AccessControlType)
.NET Framework (current version)
Initializes a new instance of the ExtendedRightAccessRule class with the specified identity reference and access control type.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
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.
This constructor creates an extended right access rule that applies to all extended rights.
.NET Framework
Available since 2.0
Available since 2.0
Show: