Click or drag to resize

MultitenantContainerTenantIdentificationStrategy Property

Gets the strategy used for identifying the current tenant.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public ITenantIdentificationStrategy TenantIdentificationStrategy { get; }

Property Value

Type: ITenantIdentificationStrategy
An ITenantIdentificationStrategy used to identify the current tenant from the execution context.
See Also