Partager via


AceExtendedInformation, constructeur (Int32, Int32, Int32, Int32)

Crée un objet d'AceExtendedInformation qui utilise les informations spécifiées.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.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
    Les bits d'[allow] reçus de l'héritage.
  • inheritedDeny
    Type : System.Int32
    Les bits d'[deny] reçus de l'héritage.
  • effectiveAllow
    Type : System.Int32
    Les bits efficace pour [allow].
  • effectiveDeny
    Type : System.Int32
    Les bits efficace pour [deny].

Sécurité .NET Framework

Voir aussi

Référence

AceExtendedInformation Classe

AceExtendedInformation, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms