Share via


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

.NET Framework Security

See Also

Reference

AccessControlEntry Class

AccessControlEntry Overload

Microsoft.VisualStudio.Services.Security Namespace