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