Class IdentitySignInUIOptions
Options for the default Identity Login UI
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class IdentitySignInUIOptions : IdentityUIOptions
Properties
SignInOptions
Gets options for login.
Declaration
public SignInOptions SignInOptions { get; }
Property Value
|
SignInOptions
|
SignOutOptions
Gets options for logout.
Declaration
public SignOutOptions SignOutOptions { get; }
Property Value
|
SignOutOptions
|
SymbolPath
Gets or sets the path to a symbol displayed in the login/logout pages.
Declaration
public string SymbolPath { get; set; }
Property Value
|
String
|