RedirectCommands.Authenticate Field
The Authenticate command is sent when the server requires the caller to authenticate to perform the requested action. Following the command will be one or more providers the server supports. The client should select one of the supported providers if the client can. If not, the caller cannot complete the request.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Const Authenticate As String
public const string Authenticate
public:
literal String^ Authenticate
static val mutable Authenticate: string
public const var Authenticate : 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.