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 ITenantDomainOwnershipHttpProofPublicationCatalogProperties
Section titled “Properties”PublishedProofs
Section titled “ PublishedProofs”Gets the HTTP proof files currently published by the governance companion pack.
IReadOnlyList<TenantDomainOwnershipHttpProofPublicationDescriptor> PublishedProofs { get; }Property Value
Section titled “Property Value”IReadOnlyList<TenantDomainOwnershipHttpProofPublicationDescriptor>
Methods
Section titled “Methods”GetByHostAndPath(string, string)
Section titled “ GetByHostAndPath(string, string)”Finds a published HTTP proof file by request host and path.
TenantDomainOwnershipHttpProofPublicationDescriptor? GetByHostAndPath(string hostName, string httpFilePath)Parameters
Section titled “Parameters”hostName string
The request host name without a URI scheme.
httpFilePath string
The HTTP path requested by the client.
Returns
Section titled “Returns”TenantDomainOwnershipHttpProofPublicationDescriptor?
The matching published HTTP proof file, or null when no published proof matches.