CreateChildAccessRule Construtores

Definição

Inicializa uma nova instância da classe CreateChildAccessRule.Initializes a new instance of the CreateChildAccessRule class.

Sobrecargas

CreateChildAccessRule(IdentityReference, AccessControlType)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade e o tipo de controle de acesso especificados.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference and access control type.

CreateChildAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso e informações de herança de segurança do Active Directory Domain Services.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, and Active Directory Domain Services security inheritance information.

CreateChildAccessRule(IdentityReference, AccessControlType, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com o a referência de identidade, o tipo de controle de acesso e o tipo de objeto filho especificados.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, and child object type.

CreateChildAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, informações de herança de segurança do Active Directory Domain Services e o tipo de objeto herdado.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, Active Directory Domain Services security inheritance information, and inherited object type.

CreateChildAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, tipo de objeto filho e informações de herança de segurança do Active Directory Domain Services.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, child object type, and Active Directory Domain Services security inheritance information.

CreateChildAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, tipo de objeto filho, informações de herança de segurança do Active Directory Domain Services e o tipo de objeto herdado.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, child object type, Active Directory Domain Services security inheritance information, and inherited object type.

CreateChildAccessRule(IdentityReference, AccessControlType)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade e o tipo de controle de acesso especificados.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference and access control type.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

Comentários

Se você usar esse construtor, ele criará uma regra criar acesso filho que se aplica a todos os tipos filho.If you use this constructor, it creates a create child access rule that applies to all child types.

Aplica-se a

CreateChildAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso e informações de herança de segurança do Active Directory Domain Services.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, and Active Directory Domain Services security inheritance information.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

inheritanceType
ActiveDirectorySecurityInheritance

Um dos valores de enumeração ActiveDirectorySecurityInheritance que especifica o tipo de herança da regra de acesso.One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.

Comentários

Se você usar esse construtor, ele criará uma regra criar acesso filho que se aplica a todos os tipos filho.If you use this constructor, it creates a create child access rule that applies to all child types.

Aplica-se a

CreateChildAccessRule(IdentityReference, AccessControlType, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com o a referência de identidade, o tipo de controle de acesso e o tipo de objeto filho especificados.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, and child object type.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

childType
Guid

O GUID do esquema do tipo de objetos filho que podem ou não ser criados.The schema GUID of the type of child objects that can or cannot be created. Se isso for Empty, a regra de acesso se aplica a todos os tipos de filho.If this is Empty, then the access rule applies to all child types.

Aplica-se a

CreateChildAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, informações de herança de segurança do Active Directory Domain Services e o tipo de objeto herdado.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, Active Directory Domain Services security inheritance information, and inherited object type.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

inheritanceType
ActiveDirectorySecurityInheritance

Um dos valores de enumeração ActiveDirectorySecurityInheritance que especifica o tipo de herança da regra de acesso.One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.

inheritedObjectType
Guid

O GUID de esquema do tipo de objeto filho que pode herdar essa regra de acesso.The schema GUID of the child object type that can inherit this access rule.

Comentários

Se você usar esse construtor, ele criará uma regra criar acesso filho que se aplica a todos os tipos filho.If you use this constructor, it creates a create child access rule that applies to all child types.

Aplica-se a

CreateChildAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, tipo de objeto filho e informações de herança de segurança do Active Directory Domain Services.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, child object type, and Active Directory Domain Services security inheritance information.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

childType
Guid

O GUID do esquema do tipo de objetos filho que podem ou não ser criados.The schema GUID of the type of child objects that can or cannot be created. Se isso for Empty, a regra de acesso se aplica a todos os tipos de filho.If this is Empty, then the access rule applies to all child types.

inheritanceType
ActiveDirectorySecurityInheritance

Um dos valores de enumeração ActiveDirectorySecurityInheritance que especifica o tipo de herança da regra de acesso.One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.

Aplica-se a

CreateChildAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

Inicializa uma nova instância da classe CreateChildAccessRule com a referência de identidade especificada, o tipo de controle de acesso, tipo de objeto filho, informações de herança de segurança do Active Directory Domain Services e o tipo de objeto herdado.Initializes a new instance of the CreateChildAccessRule class with the specified identity reference, access control type, child object type, Active Directory Domain Services security inheritance information, and inherited object type.

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

Parâmetros

identity
IdentityReference

Um objeto IdentityReference que identifica o objeto de confiança da regra de acesso.An IdentityReference object that identifies the trustee of the access rule.

type
AccessControlType

Um dos valores de enumeração AccessControlType que especifica o tipo de regra de acesso.One of the AccessControlType enumeration values that specifies the access rule type.

childType
Guid

O GUID do esquema do tipo de objetos filho que podem ou não ser criados.The schema GUID of the type of child objects that can or cannot be created. Se isso for Empty, a regra de acesso se aplica a todos os tipos de filho.If this is Empty, then the access rule applies to all child types.

inheritanceType
ActiveDirectorySecurityInheritance

Um dos valores de enumeração ActiveDirectorySecurityInheritance que especifica o tipo de herança da regra de acesso.One of the ActiveDirectorySecurityInheritance enumeration values that specifies the inheritance type of the access rule.

inheritedObjectType
Guid

O GUID de esquema do tipo de objeto filho que pode herdar essa regra de acesso.The schema GUID of the child object type that can inherit this access rule.

Aplica-se a