RequestRestrictions Constructor (RequiredAuthentication, AllowedHandler, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
requiredAuthentication As RequiredAuthentication, _
allowedHandlers As AllowedHandler, _
description As String _
)
public RequestRestrictions(
RequiredAuthentication requiredAuthentication,
AllowedHandler allowedHandlers,
string description
)
public:
RequestRestrictions(
RequiredAuthentication requiredAuthentication,
AllowedHandler allowedHandlers,
String^ description
)
new :
requiredAuthentication:RequiredAuthentication *
allowedHandlers:AllowedHandler *
description:string -> RequestRestrictions
public function RequestRestrictions(
requiredAuthentication : RequiredAuthentication,
allowedHandlers : AllowedHandler,
description : String
)
Parameters
- requiredAuthentication
Type: Microsoft.TeamFoundation.Framework.Server.RequiredAuthentication
- allowedHandlers
Type: Microsoft.TeamFoundation.Framework.Server.AllowedHandler
- description
Type: System.String
.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.