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

Interface ITenantDomainOwnershipProofPublicationPlanner

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

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

Builds tenant-domain ownership proof publication instructions from an issued proof challenge.

public interface ITenantDomainOwnershipProofPublicationPlanner

The planner owns deterministic instruction generation and optional runtime metadata recording. It does not mutate DNS records, host HTTP proof files, or poll external endpoints; applications or provider packs publish and observe the planned proof outside the engine.

PlanAsync(TenantDomainOwnershipProofPublicationPlanRequest, CancellationToken)

Section titled “ PlanAsync(TenantDomainOwnershipProofPublicationPlanRequest, CancellationToken)”

Builds publication instructions for a tenant-domain ownership proof challenge.

ValueTask<TenantDomainOwnershipProofPublicationPlanResult> PlanAsync(TenantDomainOwnershipProofPublicationPlanRequest request, CancellationToken cancellationToken = default)

request TenantDomainOwnershipProofPublicationPlanRequest

The proof publication planning request.

cancellationToken CancellationToken

A token that cancels planning before runtime state is stored.

ValueTask<TenantDomainOwnershipProofPublicationPlanResult>

The publication instructions and runtime state outcome.