MicrosoftChallengeProperties.ResponseMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This parameter is not supported in MicrosoftAccountHandler.
Gets or sets the value for the response_mode
parameter used for a challenge request. The response mode specifies the method
that should be used to send the resulting token back to the app. Can be one of the following: query
, fragment
, form_post
.
public:
property System::String ^ ResponseMode { System::String ^ get(); void set(System::String ^ value); };
public string ResponseMode { get; set; }
[System.Obsolete("This parameter is not supported in MicrosoftAccountHandler.")]
public string? ResponseMode { get; set; }
member this.ResponseMode : string with get, set
[<System.Obsolete("This parameter is not supported in MicrosoftAccountHandler.")>]
member this.ResponseMode : string with get, set
Public Property ResponseMode As String
Property Value
- Attributes