Partager via


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

Crée un nouvel 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] acceptés de l'héritage.
  • inheritedDeny
    Type : System.Int32
    Les bits d' [deny] acceptés de l'héritage.
  • effectiveAllow
    Type : System.Int32
    Les bits efficaces d' [allow] .
  • effectiveDeny
    Type : System.Int32
    Les bits efficaces d' [deny] .

Sécurité .NET Framework

Voir aussi

Référence

AceExtendedInformation Classe

AceExtendedInformation, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms