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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.