Try our conversational search powered by Generative AI!

Class UISignInManager

Inheritance
System.Object
UISignInManager
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Security
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public abstract class UISignInManager : IDisposable

Constructors

UISignInManager()

Declaration
protected UISignInManager()

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

SignIn(String, String, String)

Declaration
public virtual bool SignIn(string providerName, string username, string password)
Parameters
Type Name Description
System.String providerName
System.String username
System.String password
Returns
Type Description
System.Boolean

SignOut()

Declaration
public virtual void SignOut()

Implements

System.IDisposable

Extension Methods