ExtendedRightAccessRule Constructor (IdentityReference^, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

 

Initializes a new instance of the ExtendedRightAccessRule class with the specified identity reference, access control type, Active Directory security inheritance, and inherited object type.

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

public:
ExtendedRightAccessRule(
	IdentityReference^ identity,
	AccessControlType type,
	ActiveDirectorySecurityInheritance inheritanceType,
	Guid inheritedObjectType
)

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.

inheritanceType
Type: System.DirectoryServices::ActiveDirectorySecurityInheritance

One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.

inheritedObjectType
Type: System::Guid

The schema GUID of the child object type that can inherit this access rule.

This constructor creates an extended right access rule that applies to all extended rights.

.NET Framework
Available since 2.0
Return to top
Show: