Interface ISingleSignOn
The single sign on web service contract.
Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
[Obsolete("This interface is no longer used, for SSO support, see information about ASP.NET Identity. Will remain at least until January 2019")]
public interface ISingleSignOn
Methods
GetTicket(String, String)
Declaration
string GetTicket(string user, string app)
Parameters
Type | Name | Description |
---|---|---|
System.String | user | |
System.String | app |
Returns
Type | Description |
---|---|
System.String |