AceExtendedInformation, constructeur (Int32, Int32, Int32, Int32)
Espace de noms : Microsoft.VisualStudio.Services.Security
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- inheritedAllow
Type : System.Int32
- inheritedDeny
Type : System.Int32
- effectiveAllow
Type : System.Int32
- effectiveDeny
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.