Class TenantDomainOwnershipProofEvaluationOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-domain ownership proof evaluation outcome labels.
public static class TenantDomainOwnershipProofEvaluationOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofEvaluationOutcomes
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”The built-in proof evaluator is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”MissingExpectedProof
Section titled “ MissingExpectedProof”The request and descriptor did not contain an expected proof value to compare against.
public const string MissingExpectedProof = "missing-expected-proof"Field Value
Section titled “Field Value”MissingObservedProof
Section titled “ MissingObservedProof”The request did not contain an observed proof value to evaluate.
public const string MissingObservedProof = "missing-observed-proof"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No tenant-domain ownership declaration matched the supplied tenant and domain.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The observed proof did not match the expected proof and the domain ownership was rejected.
public const string Rejected = "rejected"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”A declaration for the supplied domain belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”VerificationMethodMismatch
Section titled “ VerificationMethodMismatch”The matching domain ownership declaration uses a different verification method.
public const string VerificationMethodMismatch = "verification-method-mismatch"Field Value
Section titled “Field Value”Verified
Section titled “ Verified”The observed proof matched the expected proof and the domain ownership was verified.
public const string Verified = "verified"Field Value
Section titled “Field Value”WorkflowDenied
Section titled “ WorkflowDenied”Proof evaluation matched or mismatched, but the verification workflow refused or failed the transition.
public const string WorkflowDenied = "workflow-denied"