RedirectCommands.CreateProfile Field
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.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Const CreateProfile As String
public const string CreateProfile
public:
literal String^ CreateProfile
static val mutable CreateProfile: string
public const var CreateProfile : 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.