Interface ITrustedDomain
Represents a trusted domain that an organisation owns and therefor want to allow users with e-mail addresses from that domain to sign-up.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface ITrustedDomain
Properties
DomainName
NormalizedDomainName
Gets or sets the normalized domain name for this trusted domain.
Declaration
string NormalizedDomainName { get; set; }
Property Value
String
|
OrganisationId
Gets or sets the identity of the organisation that owns the domain.
Declaration
Guid OrganisationId { get; set; }
Property Value
System.Guid
|