Share via


RequestRestrictions Constructor (RequiredAuthentication, AllowedHandler, String, Boolean)

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, _
    allowNonSsl As Boolean _
)
public RequestRestrictions(
    RequiredAuthentication requiredAuthentication,
    AllowedHandler allowedHandlers,
    string description,
    bool allowNonSsl
)
public:
RequestRestrictions(
    RequiredAuthentication requiredAuthentication, 
    AllowedHandler allowedHandlers, 
    String^ description, 
    bool allowNonSsl
)
new : 
        requiredAuthentication:RequiredAuthentication * 
        allowedHandlers:AllowedHandler * 
        description:string * 
        allowNonSsl:bool -> RequestRestrictions
public function RequestRestrictions(
    requiredAuthentication : RequiredAuthentication, 
    allowedHandlers : AllowedHandler, 
    description : String, 
    allowNonSsl : boolean
)

Parameters

.NET Framework Security

See Also

Reference

RequestRestrictions Class

RequestRestrictions Overload

Microsoft.TeamFoundation.Framework.Server Namespace