/// <summary> /// Use tenant identifier and create the appropriate context object /// </summary> private bool EstablishTenancyContext(string tenantId, string tenantName, X509Chain chain) { this.tenantContext = TenancyContextFactory.GetContext(tenantName, tenantId, chain, this.capturedContext, this.settingsProvider); return(true); }
/// <summary> /// Use tenant identifier and create the appropriate context object /// </summary> private void SetupDelayedTenancyIdentifier() { this.tenantContext = TenancyContextFactory.GetContext(null, null, null, this.capturedContext, this.settingsProvider); }