Costruttore AceExtendedInformation (Int32, Int32, Int32, Int32)
Crea un nuovo oggetto di AceExtendedInformation che utilizza le informazioni specificate.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- inheritedAllow
Tipo: System.Int32
i bit [allow] ricevuti da ereditarietà.
- inheritedDeny
Tipo: System.Int32
i bit [deny] ricevuti da ereditarietà.
- effectiveAllow
Tipo: System.Int32
I bit [allow].
- effectiveDeny
Tipo: System.Int32
I bit [deny].
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.