SaaS CMS has officially launched! Learn more now.

Class SingleSignOnClient

SingleSignOnClient is the client end for accessing an ISingleSignOn web service.

Inheritance
System.Object
SingleSignOnClient
Implements
Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
[Obsolete("This class is no longer used, for SSO support, see information about ASP.NET Identity. Will remain at least until January 2019")]
public class SingleSignOnClient : ClientBase<ISingleSignOn>, ISingleSignOn

Constructors

SingleSignOnClient()

Declaration
public SingleSignOnClient()

SingleSignOnClient(Binding, EndpointAddress)

Declaration
public SingleSignOnClient(Binding binding, EndpointAddress remoteAddress)
Parameters
Type Name Description
System.ServiceModel.Channels.Binding binding
System.ServiceModel.EndpointAddress remoteAddress

SingleSignOnClient(String)

Declaration
public SingleSignOnClient(string endpointConfigurationName)
Parameters
Type Name Description
System.String endpointConfigurationName

SingleSignOnClient(String, EndpointAddress)

Declaration
public SingleSignOnClient(string endpointConfigurationName, EndpointAddress remoteAddress)
Parameters
Type Name Description
System.String endpointConfigurationName
System.ServiceModel.EndpointAddress remoteAddress

SingleSignOnClient(String, String)

Declaration
public SingleSignOnClient(string endpointConfigurationName, string remoteAddress)
Parameters
Type Name Description
System.String endpointConfigurationName
System.String remoteAddress

Methods

GetTicket(String, String)

Declaration
public string GetTicket(string user, string app)
Parameters
Type Name Description
System.String user
System.String app
Returns
Type Description
System.String

Implements