Construtor AccessControlEntry (IdentityDescriptor, Int32, Int32, AceExtendedInformation)
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
Public Sub New ( _
descriptor As IdentityDescriptor, _
allow As Integer, _
deny As Integer, _
extendedInfo As AceExtendedInformation _
)
public AccessControlEntry(
IdentityDescriptor descriptor,
int allow,
int deny,
AceExtendedInformation extendedInfo
)
Parâmetros
- descriptor
Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- allow
Tipo: System.Int32
- deny
Tipo: System.Int32
- extendedInfo
Tipo: Microsoft.VisualStudio.Services.Security.AceExtendedInformation
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.