Show / Hide Table of Contents

Class PersonOptions

Options for configuring persons.

Inheritance
Object
PersonOptions
Inherited Members
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
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class PersonOptions

Properties

RequireUniqueEmail

Gets or sets a flag indicating whether the application requires unique emails for its persons. Defaults to false.

Declaration
public bool RequireUniqueEmail { get; set; }
Property Value
Boolean

True if the application requires each person to have their own, unique email, otherwise false.

RequireUser

Gets or sets if a user is required to be created with the person.

Declaration
public bool RequireUser { get; set; }
Property Value
Boolean

UnknownName

Gets or sets the text used for unknown person names used when a fake person is created.

Declaration
public string UnknownName { get; set; }
Property Value
String

Back to top Generated by DocFX