C# 클래스 UCosmic.Impl.ComponentSpaceSaml2ServiceProvider

상속: IProvideSaml2Service
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
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