C# Класс UCosmic.Saml.ComponentSpaceSaml2ServiceProvider

Наследование: IProvideSaml2Service
Показать файл Открыть проект

Открытые методы

Метод Описание
ComponentSpaceSaml2ServiceProvider ( IStoreSamlCertificates certificatesStore ) : System
ReceiveSamlResponse ( Saml2SsoBinding spBinding, System.Web.HttpContextBase httpContext ) : Saml2Response
SendAuthnRequest ( string idpLocation, Saml2SsoBinding idpBinding, string fromSpEntityId, string returnUrl, System.Web.HttpContextBase httpContext ) : void

Описание методов

ComponentSpaceSaml2ServiceProvider() публичный Метод

public ComponentSpaceSaml2ServiceProvider ( IStoreSamlCertificates certificatesStore ) : System
certificatesStore IStoreSamlCertificates
Результат System

ReceiveSamlResponse() публичный Метод

public ReceiveSamlResponse ( Saml2SsoBinding spBinding, System.Web.HttpContextBase httpContext ) : Saml2Response
spBinding Saml2SsoBinding
httpContext System.Web.HttpContextBase
Результат Saml2Response

SendAuthnRequest() публичный Метод

public SendAuthnRequest ( string idpLocation, Saml2SsoBinding idpBinding, string fromSpEntityId, string returnUrl, System.Web.HttpContextBase httpContext ) : void
idpLocation string
idpBinding Saml2SsoBinding
fromSpEntityId string
returnUrl string
httpContext System.Web.HttpContextBase
Результат void