DeleteTreeAccessRule Construtores
Definição
Inicializa uma nova instância da classe DeleteTreeAccessRule.Initializes a new instance of the DeleteTreeAccessRule class.
Sobrecargas
| DeleteTreeAccessRule(IdentityReference, AccessControlType) |
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade e o tipo de controle de acesso especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference and access control type. |
| DeleteTreeAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance) |
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade, o tipo de controle de acesso e a herança de segurança do Active Directory Domain Services especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference, access control type, and Active Directory Domain Services security inheritance. |
| DeleteTreeAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid) |
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade, o tipo de controle de acesso, a herança de segurança do Active Directory Domain Services e o tipo de objeto herdado especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference, access control type, Active Directory Domain Services security inheritance, and inherited object type. |
DeleteTreeAccessRule(IdentityReference, AccessControlType)
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade e o tipo de controle de acesso especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference and access control type.
public:
DeleteTreeAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type);
public DeleteTreeAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type);
new System.DirectoryServices.DeleteTreeAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType -> System.DirectoryServices.DeleteTreeAccessRule
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.
Aplica-se a
DeleteTreeAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade, o tipo de controle de acesso e a herança de segurança do Active Directory Domain Services especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference, access control type, and Active Directory Domain Services security inheritance.
public:
DeleteTreeAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public DeleteTreeAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.DeleteTreeAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.DeleteTreeAccessRule
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.
Aplica-se a
DeleteTreeAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)
Inicializa uma nova instância da classe DeleteTreeAccessRule com a referência de identidade, o tipo de controle de acesso, a herança de segurança do Active Directory Domain Services e o tipo de objeto herdado especificados.Initializes a new instance of the DeleteTreeAccessRule class with the specified identity reference, access control type, Active Directory Domain Services security inheritance, and inherited object type.
public:
DeleteTreeAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public DeleteTreeAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.DeleteTreeAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.DeleteTreeAccessRule
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.