Construtor RequestRestrictions (String, RequiredAuthentication, AllowedHandler, String, Boolean, AuthenticationMechanisms)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- label
Tipo: System.String
- requiredAuthentication
Tipo: Microsoft.TeamFoundation.Framework.Server.RequiredAuthentication
- allowedHandlers
Tipo: Microsoft.TeamFoundation.Framework.Server.AllowedHandler
- description
Tipo: System.String
- allowNonSsl
Tipo: System.Boolean
- mechanismsToAdvertise
Tipo: Microsoft.TeamFoundation.Framework.Server.AuthenticationMechanisms
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.