AuthenticationProtocolMessage.BuildRedirectUrl Method
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.
Builds a URL using the current IssuerAddress and the parameters that have been set.
public virtual string BuildRedirectUrl ();
abstract member BuildRedirectUrl : unit -> string
override this.BuildRedirectUrl : unit -> string
Public Overridable Function BuildRedirectUrl () As String
Returns
UrlEncoded string.
Remarks
Each parameter <Key, Value> is first transformed using EscapeDataString(String).