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

Interface ITenantDomainOwnershipHttpProofPublicationCatalog

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

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

Exposes tenant-domain ownership HTTP proof files materialized by the governance companion pack.

public interface ITenantDomainOwnershipHttpProofPublicationCatalog

Gets the HTTP proof files currently published by the governance companion pack.

IReadOnlyList<TenantDomainOwnershipHttpProofPublicationDescriptor> PublishedProofs { get; }

IReadOnlyList<TenantDomainOwnershipHttpProofPublicationDescriptor>

Finds a published HTTP proof file by request host and path.

TenantDomainOwnershipHttpProofPublicationDescriptor? GetByHostAndPath(string hostName, string httpFilePath)

hostName string

The request host name without a URI scheme.

httpFilePath string

The HTTP path requested by the client.

TenantDomainOwnershipHttpProofPublicationDescriptor?

The matching published HTTP proof file, or null when no published proof matches.