Class TenantDomainOwnershipProofChallengeOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership proof challenge issuance outcomes.
public static class TenantDomainOwnershipProofChallengeOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofChallengeOutcomes
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”AlreadyVerified
Section titled “ AlreadyVerified”The domain is already verified and does not need a new challenge.
public const string AlreadyVerified = "already-verified"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Challenge issuance is disabled by governance options.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”InvalidStatus
Section titled “ InvalidStatus”The current declaration status cannot receive a new proof challenge.
public const string InvalidStatus = "invalid-status"Field Value
Section titled “Field Value”Issued
Section titled “ Issued”Challenge issuance created or refreshed the pending proof challenge.
public const string Issued = "issued"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”Runtime state could not be persisted.
public const string StoreFailed = "store-failed"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The domain is already declared for a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”VerificationMethodMismatch
Section titled “ VerificationMethodMismatch”The requested verification method does not match the existing declaration.
public const string VerificationMethodMismatch = "verification-method-mismatch"