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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
AceExtendedInformation (Sobrecarga)
Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)