Sdílet prostřednictvím


PropertySetAccessRule Konstruktory

Definice

Inicializuje novou instanci PropertySetAccessRule třídy.

Přetížení

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Inicializuje novou instanci třídy PropertySetAccessRule se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu k vlastnostem a identifikátorem sady vlastností.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

Inicializuje novou instanci třídy PropertySetAccessRule se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu, typem přístupu, identifikátorem sady vlastností a informacemi o dědičnosti zabezpečení služby Active Directory Domain Services.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

Inicializuje novou instanci PropertySetAccessRule třídy se zadaným odkazem na identitu, typ řízení přístupu, typ přístupu, typ přístupu, identifikátor sady vlastností, typ dědičnosti a zděděný typ objektu.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs

Inicializuje novou instanci třídy PropertySetAccessRule se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu k vlastnostem a identifikátorem sady vlastností.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid)

Parametry

identity
IdentityReference

Objekt IdentityReference, který identifikuje správce přístupového pravidla.

type
AccessControlType

Jedna z AccessControlType hodnot výčtu, která určuje typ pravidla přístupu.

access
PropertyAccess

Jeden z PropertyAccess výčtu hodnot, které určuje typ přístupu k vlastnosti.

propertySetType
Guid

Rights-Guid sady vlastností, na kterou se toto pravidlo přístupu vztahuje. V dokumentaci ke schématu služby Active Directory Domain Services najdete tyto informace v řádku Rights-GUID na referenční stránce pro každou sadu vlastností. Další informace najdete v článku Rights-Guid atributu. Seznam sad vlastností najdete v článku sady vlastností.

Platí pro

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs

Inicializuje novou instanci třídy PropertySetAccessRule se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu, typem přístupu, identifikátorem sady vlastností a informacemi o dědičnosti zabezpečení služby Active Directory Domain Services.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance)

Parametry

identity
IdentityReference

Objekt IdentityReference, který identifikuje správce přístupového pravidla.

type
AccessControlType

Jedna z AccessControlType hodnot výčtu, která určuje typ pravidla přístupu.

access
PropertyAccess

Jeden z PropertyAccess výčtu hodnot, které určuje typ přístupu k vlastnosti.

propertySetType
Guid

Rights-Guid sady vlastností, na kterou se toto pravidlo přístupu vztahuje. V dokumentaci ke schématu služby Active Directory Domain Services najdete tyto informace v řádku Rights-GUID na referenční stránce pro každou sadu vlastností. Další informace najdete v článku Rights-Guid atributu.

Seznam sad vlastností najdete v článku sady vlastností.

inheritanceType
ActiveDirectorySecurityInheritance

Jedna z ActiveDirectorySecurityInheritance výčtu hodnot, které určují typ dědičnosti pravidla přístupu.

Platí pro

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs

Inicializuje novou instanci PropertySetAccessRule třídy se zadaným odkazem na identitu, typ řízení přístupu, typ přístupu, typ přístupu, identifikátor sady vlastností, typ dědičnosti a zděděný typ objektu.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public PropertySetAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance, inheritedObjectType As Guid)

Parametry

identity
IdentityReference

Objekt IdentityReference, který identifikuje správce přístupového pravidla.

type
AccessControlType

Jedna z AccessControlType hodnot výčtu, která určuje typ pravidla přístupu.

access
PropertyAccess

Jeden z PropertyAccess výčtu hodnot, které určuje typ přístupu k vlastnosti.

propertySetType
Guid

Rights-Guid sady vlastností, na kterou se toto pravidlo přístupu vztahuje. V dokumentaci ke schématu služby Active Directory Domain Services najdete tyto informace v řádku Rights-GUID na referenční stránce pro každou sadu vlastností. Další informace najdete v článku Rights-Guid atributu.

Seznam sad vlastností najdete v článku sady vlastností.

inheritanceType
ActiveDirectorySecurityInheritance

Jedna z ActiveDirectorySecurityInheritance výčtu hodnot, které určují typ dědičnosti pravidla přístupu.

inheritedObjectType
Guid

Identifikátor GUID schématu podřízeného typu objektu, který může dědit toto pravidlo přístupu.

Platí pro