Show / Hide Table of Contents

Class IdentitySignInUIOptions

Options for the default Identity Login UI

Inheritance
Object
IdentityUIOptions
IdentitySignInUIOptions
Inherited Members
IdentityUIOptions.ApplicationName
IdentityUIOptions.EmailApplicationName
IdentityUIOptions.AdditionalStylesheets
IdentityUIOptions.RegisterOptions
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Back to top Generated by DocFX