Class AuthenticationQueryRequester
Supports the authentication query profile.
Inherited Members
Namespace: ComponentSpace.SAML2.Profiles.AuthenticationQuery
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class AuthenticationQueryRequester
Remarks
Refer to the Profiles for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Methods
SendAuthenticationQueryReceiveResponseBySOAP(string, XmlElement)
Sends the authentication query and receives a SAML response over SOAP.
Declaration
public static XmlElement SendAuthenticationQueryReceiveResponseBySOAP(string destinationURL, XmlElement authenticationQuery)
Parameters
Type | Name | Description |
---|---|---|
string | destinationURL | The destination URL. |
XmlElement | authenticationQuery | The authentication query. |
Returns
Type | Description |
---|---|
XmlElement | The SAML response. |
Exceptions
Type | Condition |
---|---|
SAMLProfileException | Thrown when the send/receive fails. |