Class TenantDomainOwnershipHttpProofPublicationOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership HTTP proof publication outcomes.
public static class TenantDomainOwnershipHttpProofPublicationOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipHttpProofPublicationOutcomes
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”Disabled
Section titled “ Disabled”HTTP proof publication was disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”MissingHttpFilePublicationPlan
Section titled “ MissingHttpFilePublicationPlan”The publication plan did not include HTTP proof-file instructions.
public const string MissingHttpFilePublicationPlan = "missing-http-file-publication-plan"Field Value
Section titled “Field Value”PublicationPlanUnavailable
Section titled “ PublicationPlanUnavailable”The proof publication planner did not produce a usable plan.
public const string PublicationPlanUnavailable = "publication-plan-unavailable"Field Value
Section titled “Field Value”Published
Section titled “ Published”The HTTP proof file was materialized and recorded.
public const string Published = "published"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”Publication state could not be stored.
public const string StoreFailed = "store-failed"