RedirectCommands Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.RedirectCommands
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class RedirectCommands
public static class RedirectCommands
public ref class RedirectCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type RedirectCommands = class end
public final class RedirectCommands
The RedirectCommands type exposes the following members.
Fields
Name | Description | |
---|---|---|
Authenticate | 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. | |
CreateProfile | Profile Commands are sent when users authenticate against the server but the identity provider cannot give enough information to provide a basic profile. Team Foundation Server requires the caller to provide the basic information and validate it. | |
ValidateProfile |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.