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.
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
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
NormalizedDomainName
Gets or sets the normalized domain name for this trusted domain.
Declaration
public string NormalizedDomainName { get; set; }
Property Value
String
|
Implements
OrganisationId
Gets or sets the identity of the organisation that owns the domain.
Declaration
public Guid OrganisationId { get; set; }
Property Value
System.Guid
|