PropertySetAccessRule Constructor (IdentityReference^, AccessControlType, PropertyAccess, Guid)
Initializes a new instance of the PropertySetAccessRule class with the specified identity reference, access control type, property access type, and property set identifier.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public:
PropertySetAccessRule(
IdentityReference^ identity,
AccessControlType type,
PropertyAccess access,
Guid propertySetType
)
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.
- access
-
Type:
System.DirectoryServices::PropertyAccess
One of the PropertyAccess enumeration values that specifies the property access type.
- propertySetType
-
Type:
System::Guid
The Rights-Guid of the property set that this access rule applies to. In the Active Directory Domain Services schema documentation, this information can be found in the Rights-GUID row on the reference page for each property set. For more information, see the topic Rights-GUID in the MSDN Library at http://msdn.microsoft.com/library.
For a list of property sets, see the topic Property Sets in the MSDN Library.
Available since 2.0