ActiveDirectoryAccessRule Constructor (IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance)
Initializes a new instance of the ActiveDirectoryAccessRule class with the specified identity reference, Active Directory Domain Services rights, access rule type, and inheritance type.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public ActiveDirectoryAccessRule(
IdentityReference identity,
ActiveDirectoryRights adRights,
AccessControlType type,
ActiveDirectorySecurityInheritance inheritanceType
)
Parameters
- identity
- Type: System.Security.Principal.IdentityReference
An IdentityReference object that 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.
- inheritanceType
- Type: System.DirectoryServices.ActiveDirectorySecurityInheritance
One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.