Show / Hide Table of Contents

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

Gets or sets the domain name.

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

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

Back to top Generated by DocFX