Partager via


AccessControlEntry, constructeur (IdentityDescriptor, Int32, Int32)

Crée un AccessControlEntry selon les informations fournies.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    descriptor As IdentityDescriptor, _
    allow As Integer, _
    deny As Integer _
)
public AccessControlEntry(
    IdentityDescriptor descriptor,
    int allow,
    int deny
)

Paramètres

  • allow
    Type : System.Int32
    Les autorisations pour ce descripteur.
  • deny
    Type : System.Int32
    Les autorisations refusées pour ce descripteur.

Sécurité .NET Framework

Voir aussi

Référence

AccessControlEntry Classe

AccessControlEntry, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms