Compartir a través de


AceExtendedInformation (Constructor) (Int32, Int32, Int32, Int32)

Crea un nuevo objeto de AceExtendedInformation que usa la información especificada.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
    Los bits de [allow] recibidos de herencia.
  • inheritedDeny
    Tipo: System.Int32
    Los bits de [deny] recibidos de herencia.
  • effectiveAllow
    Tipo: System.Int32
    Los bits eficaces de [allow] .
  • effectiveDeny
    Tipo: System.Int32
    Los bits eficaces de [deny] .

Seguridad de .NET Framework

Vea también

Referencia

AceExtendedInformation Clase

AceExtendedInformation (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)