Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
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
)
public:
AccessControlEntry(
IdentityDescriptor^ descriptor,
int allow,
int deny,
AceExtendedInformation^ extendedInfo
)
new :
descriptor:IdentityDescriptor *
allow:int *
deny:int *
extendedInfo:AceExtendedInformation -> AccessControlEntry
public function AccessControlEntry(
descriptor : IdentityDescriptor,
allow : int,
deny : int,
extendedInfo : AceExtendedInformation
)
Parameters
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- allow
Type: System.Int32
- deny
Type: System.Int32
- extendedInfo
Type: Microsoft.VisualStudio.Services.Security.AceExtendedInformation
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.