AccessControlEntry Constructor (IdentityDescriptor, Int32, Int32, AceExtendedInformation)
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.