Show / Hide Table of Contents

Class TrustedDomain

Represents a trusted domain that an organisation owns and therefor want to allow users with e-mail addresses from that domain to sign-up.

Inheritance
Object
TrustedDomain
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.EntityFrameworkCore.dll
Syntax
public class TrustedDomain : ITrustedDomain

Properties

DomainName

Gets or sets the domain name.

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

Implements
ITrustedDomain.DomainName

NormalizedDomainName

Gets or sets the normalized domain name for this trusted domain.

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

Implements
ITrustedDomain.NormalizedDomainName

OrganisationId

Gets or sets the identity of the organisation that owns the domain.

Declaration
public Guid OrganisationId { get; set; }
Property Value
System.Guid

Implements
ITrustedDomain.OrganisationId
Back to top Generated by DocFX