Construtor AccessControlList (String, Boolean, Dictionary<IdentityDescriptor, AccessControlEntry>, Boolean)
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
Public Sub New ( _
token As String, _
inherit As Boolean, _
acesDictionary As Dictionary(Of IdentityDescriptor, AccessControlEntry), _
includeExtendedInfo As Boolean _
)
public AccessControlList(
string token,
bool inherit,
Dictionary<IdentityDescriptor, AccessControlEntry> acesDictionary,
bool includeExtendedInfo
)
Parâmetros
- token
Tipo: System.String
- inherit
Tipo: System.Boolean
- acesDictionary
Tipo: System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>
- includeExtendedInfo
Tipo: System.Boolean
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.