Share via


SingleSignOnIdentity.SignInUrl Property

 

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

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

Syntax

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

Property Value

Type: System.String

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

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top