ITenantContext
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllResolves the current request’s tenant. In a single-tenant setup, returns a fixed value and requires no additional configuration.
public interface ITenantContextRemarks
Section titled “Remarks”In multi-tenant scenarios, the application binds this interface to its own identity infrastructure: an HTTP header, a claim, or a subdomain.
Properties
Section titled “Properties”TenantId
Section titled “ TenantId”The current tenant’s identifier. Never returns empty.
string TenantId { get; }