DeleteChildAccessRule Constructor (IdentityReference^, AccessControlType, Guid, ActiveDirectorySecurityInheritance)
.NET Framework (current version)
Initializes a new instance of the DeleteChildAccessRule class with the specified identity reference, access control type, child type, and Active Directory Domain Services security inheritance.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public:
DeleteChildAccessRule(
IdentityReference^ identity,
AccessControlType type,
Guid childType,
ActiveDirectorySecurityInheritance inheritanceType
)
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.
- childType
-
Type:
System::Guid
The schema GUID of the type of child objects that can or cannot be deleted. If this is Empty, then the access rule applies to all child types.
- inheritanceType
-
Type:
System.DirectoryServices::ActiveDirectorySecurityInheritance
One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.
.NET Framework
Available since 2.0
Available since 2.0
Show: