SamlController - конструктор

Инициализирует новый экземпляр класса SamlController

Definition

Пространство имён: Tessa.Web.Client.Controllers
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.6.0.23
C#
public SamlController(
	IClientRedirectionManager redirectionManager,
	ITessaWebScope scope,
	IOptions<WebOptions> options,
	IOptions<WebClientOptions> clientOptions,
	IOptions<Saml2Configuration> samlConfig,
	IWebHostEnvironment environment,
	IDbScope dbScope,
	ISessionServer sessionServer,
	ICardRepository cardRepository,
	ITessaServerSettings serverSettings
)

Параметры

redirectionManager  IClientRedirectionManager
 
scope  ITessaWebScope
 
options  IOptions<WebOptions>
 
clientOptions  IOptions<WebClientOptions>
 
samlConfig  IOptions<Saml2Configuration>
 
environment  IWebHostEnvironment
 
dbScope  IDbScope
 
sessionServer  ISessionServer
 
cardRepository  ICardRepository
 
serverSettings  ITessaServerSettings
 

См. также