Skip to content

Class TenantDomainVerificationMethods

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines stable verification-method labels for tenant domain ownership descriptors.

public static class TenantDomainVerificationMethods

objectTenantDomainVerificationMethods

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Domain ownership is expected to be verified by a DNS TXT record.

public const string DnsTxt = "dns-txt"

string

Domain ownership is expected to be verified by an HTTP file or well-known endpoint.

public const string HttpFile = "http-file"

string

Domain ownership was verified by an operator or another trusted manual process.

public const string Manual = "manual"

string