ActiveDirectoryAccessRule Constructor (IdentityReference^, ActiveDirectoryRights, AccessControlType)
.NET Framework (current version)
Initializes a new instance of the ActiveDirectoryAccessRule class with the specified identity reference, Active Directory Domain Services rights, and access rule type.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public:
ActiveDirectoryAccessRule(
IdentityReference^ identity,
ActiveDirectoryRights adRights,
AccessControlType type
)
Parameters
- identity
-
Type:
System.Security.Principal::IdentityReference^
An IdentityReference object which identifies the trustee of the access rule.
- adRights
-
Type:
System.DirectoryServices::ActiveDirectoryRights
A combination of one or more of the ActiveDirectoryRights enumeration values that specifies the rights 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
Available since 2.0
Show: