ข้ามไปยังเนื้อหา

Class TenantDomainOwnershipProofMetadataKeys

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines stable metadata keys used by tenant-domain ownership proof evaluation.

public static class TenantDomainOwnershipProofMetadataKeys

objectTenantDomainOwnershipProofMetadataKeys

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

Expected DNS TXT proof value for DNS-based domain ownership verification.

public const string ExpectedDnsTxtProof = "expectedDnsTxtProof"

string

Expected HTTP file or well-known endpoint proof value for HTTP-based domain ownership verification.

public const string ExpectedHttpFileProof = "expectedHttpFileProof"

string

Generic expected proof value used when a method-specific expected value is not present.

public const string ExpectedProof = "expectedProof"

string

Actor that requested or reported the proof evaluation when known.

public const string LastProofEvaluationActor = "lastProofEvaluationActor"

string

Correlation identifier for the last proof evaluation when known.

public const string LastProofEvaluationCorrelationId = "lastProofEvaluationCorrelationId"

string

SHA-256 fingerprint of the expected proof value considered by the evaluator.

public const string LastProofEvaluationExpectedFingerprint = "lastProofEvaluationExpectedFingerprint"

string

SHA-256 fingerprint of the observed proof value considered by the evaluator.

public const string LastProofEvaluationObservedFingerprint = "lastProofEvaluationObservedFingerprint"

string

Last proof evaluation outcome recorded on the domain ownership descriptor.

public const string LastProofEvaluationOutcome = "lastProofEvaluationOutcome"

string

Source that reported the observed proof evidence.

public const string LastProofEvaluationSource = "lastProofEvaluationSource"

string

Ownership marker for proof evaluation performed by the governance companion.

public const string ProofEvaluationOwnership = "proofEvaluationOwnership"

string