PropertySetAccessRule Konstruktory

Definice

Inicializuje novou instanci PropertySetAccessRule třídy.

Přetížení

Name Description
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

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

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
Zdroj:
ActiveDirectorySecurity.cs
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 k vlastnosti a identifikátor 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 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 referenční stránce pro každou sadu vlastností. Další informace najdete v článku o atributuRights-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
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, 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 přístupového pravidla.

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 referenční stránce pro každou sadu vlastností. Další informace najdete v článku o atributuRights-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
Zdroj:
ActiveDirectorySecurity.cs
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, typem přístupu, identifikátorem sady vlastností, typem dědičnosti a zděděným typem 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 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 referenční stránce pro každou sadu vlastností. Další informace najdete v článku o atributuRights-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