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 PropertySetAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu vlastností a identifikátorem sady vlastností.

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

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

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

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

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

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

Inicializuje novou instanci PropertySetAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu vlastností 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 pravidla přístupu.

type
AccessControlType

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

access
PropertyAccess

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

propertySetType
Guid

Rights-Guid sady vlastností, na kterou se toto pravidlo přístupu vztahuje. V dokumentaci ke schématu Active Directory Domain Services najdete tyto informace v řádku Rights-GUID na stránce s referenčními informacemi pro každou sadu vlastností. Další informace najdete v článku o atributu Rights-Guid . 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

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

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 pravidla přístupu.

type
AccessControlType

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

access
PropertyAccess

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

propertySetType
Guid

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

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

inheritanceType
ActiveDirectorySecurityInheritance

Jedna z hodnot výčtu ActiveDirectorySecurityInheritance , která určuje 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

Inicializuje novou instanci PropertySetAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu, typem přístupu vlastnosti, identifikátorem sady vlastností, typem dědičnosti a typem zděděného 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 pravidla přístupu.

type
AccessControlType

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

access
PropertyAccess

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

propertySetType
Guid

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

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

inheritanceType
ActiveDirectorySecurityInheritance

Jedna z hodnot výčtu ActiveDirectorySecurityInheritance , která určuje 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