Interface ITenantDomainOwnershipHttpProofCollector
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Collects tenant-domain ownership HTTP file proof evidence and evaluates the collected proof through the governance workflow.
public interface ITenantDomainOwnershipHttpProofCollectorRemarks
Section titled “Remarks”The collector owns the on-demand HTTP file proof collection path for declarations that use
Methods
Section titled “Methods”CollectAsync(TenantDomainOwnershipHttpProofCollectionRequest, CancellationToken)
Section titled “ CollectAsync(TenantDomainOwnershipHttpProofCollectionRequest, CancellationToken)”Collects and evaluates one tenant-domain ownership HTTP file proof.
ValueTask<TenantDomainOwnershipHttpProofCollectionResult> CollectAsync(TenantDomainOwnershipHttpProofCollectionRequest request, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”request TenantDomainOwnershipHttpProofCollectionRequest
The HTTP proof collection request.
cancellationToken CancellationToken
A token that cancels collection before the proof evaluator is invoked.
Returns
Section titled “Returns”ValueTask<TenantDomainOwnershipHttpProofCollectionResult>
The collection result and nested proof-evaluation outcome.