Method | Description | |
---|---|---|
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 |
public ComponentSpaceSaml2ServiceProvider ( IStoreSamlCertificates certificatesStore ) : System | ||
certificatesStore | IStoreSamlCertificates | |
return | System |
public ReceiveSamlResponse ( Saml2SsoBinding spBinding, System.Web.HttpContextBase httpContext ) : Saml2Response | ||
spBinding | Saml2SsoBinding | |
httpContext | System.Web.HttpContextBase | |
return | Saml2Response |
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 | |
return | void |