Compartilhar via


Construtor AceExtendedInformation (Int32, Int32, Int32, Int32)

Cria um novo objeto de AceExtendedInformation que usa informações especificada.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Sub New ( _
    inheritedAllow As Integer, _
    inheritedDeny As Integer, _
    effectiveAllow As Integer, _
    effectiveDeny As Integer _
)
public AceExtendedInformation(
    int inheritedAllow,
    int inheritedDeny,
    int effectiveAllow,
    int effectiveDeny
)

Parâmetros

  • inheritedAllow
    Tipo: System.Int32
    Os bits de [allow] recebidos de herança.
  • inheritedDeny
    Tipo: System.Int32
    Os bits de [deny] recebidos de herança.
  • effectiveAllow
    Tipo: System.Int32
    Os bits efetivas de [allow] .
  • effectiveDeny
    Tipo: System.Int32
    Os bits efetivas de [deny] .

Segurança do .NET Framework

Consulte também

Referência

AceExtendedInformation Classe

Sobrecargas AceExtendedInformation

Namespace Microsoft.TeamFoundation.Framework.Server