Share via


SingleSignOnIdentity.SignOutUrl Property

 

Used by the Web application to get the URL of the Logon Server for the client to sign out. This URL contains the signout protocol parameters.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string SignOutUrl { get; }
public:
property String^ SignOutUrl {
    String^ get();
}
member SignOutUrl : string with get
Public ReadOnly Property SignOutUrl As String

Property Value

Type: System.String

The URL of the Logon Server for the client to sign out.

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top