Class TrustedDomainMatch
Represents a trusted domain that can be used to match against a users domain.
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.dll
Syntax
public class TrustedDomainMatch : OrganisationKeys
Constructors
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
|