Costruttore AccessControlEntry

Crea [AccessControlEntry] base alle informazioni fornite.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

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

Parametri

  • allow
    Tipo: System.Int32
    Le autorizzazioni consentite per tale descrittore.
  • deny
    Tipo: System.Int32
    Le autorizzazioni negate per il descrittore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AccessControlEntry Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server