Show / Hide Table of Contents

Class TrustedDomainMatch

Represents a trusted domain that can be used to match against a users domain.

Inheritance
Object
OrganisationKeys
TrustedDomainMatch
Inherited Members
OrganisationKeys.Id
OrganisationKeys.GroupMotherId
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 TrustedDomainMatch : OrganisationKeys

Constructors

TrustedDomainMatch()

Creates a new instance of TrustedDomainMatch.

Declaration
public TrustedDomainMatch()

TrustedDomainMatch(Guid, Guid, String)

Creates a new instance of TrustedDomainMatch.

Declaration
public TrustedDomainMatch(Guid id, Guid groupMotherId, string normalizedDomainName)
Parameters
System.Guid id

The identity of the organisation.

System.Guid groupMotherId

The identity of the group mother (root organisation) in the organisation tree.

String normalizedDomainName

The normalized domain name for this trusted domain.

Properties

NormalizedDomainName

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

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

Back to top Generated by DocFX