AccessControlEntry Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Sub New ( _
descriptor As IdentityDescriptor, _
allow As Integer, _
deny As Integer _
)
public AccessControlEntry(
IdentityDescriptor descriptor,
int allow,
int deny
)
public:
AccessControlEntry(
IdentityDescriptor^ descriptor,
int allow,
int deny
)
new :
descriptor:IdentityDescriptor *
allow:int *
deny:int -> AccessControlEntry
public function AccessControlEntry(
descriptor : IdentityDescriptor,
allow : int,
deny : int
)
Parameters
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- allow
Type: System.Int32
- deny
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.