Class TrustedDomainRemoved
The event that happens when a trusted domain is removed from an organisation.
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.Events
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TrustedDomainRemoved : OrganisationEvent, IEvent, Message, ISupportMultitenant
Properties
DomainName
Gets or sets the domain name.
Declaration
public string DomainName { get; set; }
Property Value
String
|