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 TenantDomainVerificationMethodsInheritance
Section titled “Inheritance”object ← TenantDomainVerificationMethods
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”DnsTxt
Section titled “ DnsTxt”Domain ownership is expected to be verified by a DNS TXT record.
public const string DnsTxt = "dns-txt"Field Value
Section titled “Field Value”HttpFile
Section titled “ HttpFile”Domain ownership is expected to be verified by an HTTP file or well-known endpoint.
public const string HttpFile = "http-file"Field Value
Section titled “Field Value”Manual
Section titled “ Manual”Domain ownership was verified by an operator or another trusted manual process.
public const string Manual = "manual"