AceExtendedInformation Constructor (Int32, Int32, Int32, Int32)
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
inheritedAllow As Integer, _
inheritedDeny As Integer, _
effectiveAllow As Integer, _
effectiveDeny As Integer _
)
public AceExtendedInformation(
int inheritedAllow,
int inheritedDeny,
int effectiveAllow,
int effectiveDeny
)
public:
AceExtendedInformation(
int inheritedAllow,
int inheritedDeny,
int effectiveAllow,
int effectiveDeny
)
new :
inheritedAllow:int *
inheritedDeny:int *
effectiveAllow:int *
effectiveDeny:int -> AceExtendedInformation
public function AceExtendedInformation(
inheritedAllow : int,
inheritedDeny : int,
effectiveAllow : int,
effectiveDeny : int
)
Parameters
- inheritedAllow
Type: System.Int32
- inheritedDeny
Type: System.Int32
- effectiveAllow
Type: System.Int32
- effectiveDeny
Type: System.Int32
.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.