ListChildrenAccessRule Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ListChildrenAccessRule třídy.
Přetížení
ListChildrenAccessRule(IdentityReference, AccessControlType) |
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu a typem řízení přístupu. |
ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance) |
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu a Active Directory Domain Services informacemi o dědičnosti zabezpečení. |
ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid) |
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu, Active Directory Domain Services informacemi o dědičnosti zabezpečení a zděděným typem objektu. |
ListChildrenAccessRule(IdentityReference, AccessControlType)
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu a typem řízení přístupu.
public:
ListChildrenAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type);
public ListChildrenAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type);
new System.DirectoryServices.ListChildrenAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType -> System.DirectoryServices.ListChildrenAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType)
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.
Platí pro
ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu a Active Directory Domain Services informacemi o dědičnosti zabezpečení.
public:
ListChildrenAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public ListChildrenAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.ListChildrenAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.ListChildrenAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, 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.
- inheritanceType
- ActiveDirectorySecurityInheritance
Jedna z hodnot výčtu ActiveDirectorySecurityInheritance , která určuje typ dědičnosti pravidla přístupu.
Platí pro
ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)
Inicializuje novou instanci ListChildrenAccessRule třídy se zadaným odkazem na identitu, typem řízení přístupu, Active Directory Domain Services informacemi o dědičnosti zabezpečení a zděděným typem objektu.
public:
ListChildrenAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public ListChildrenAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.ListChildrenAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.ListChildrenAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, 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.
- 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.