OpenIdConnectMessage.CreateLogoutRequestUrl 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.
Creates a query string using the current contents of this OpenIdConnectMessage.
public virtual string CreateLogoutRequestUrl ();
abstract member CreateLogoutRequestUrl : unit -> string
override this.CreateLogoutRequestUrl : unit -> string
Public Overridable Function CreateLogoutRequestUrl () As String
Returns
The uri to use for a redirect.