Class AuthenticationQueryRequester
Supports the authentication query profile.
Inheritance
System.Object
AuthenticationQueryRequester
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.String | destinationURL | The destination URL. |
System.Xml.XmlElement | authenticationQuery | The authentication query. |
Returns
Type | Description |
---|---|
System.Xml.XmlElement | The SAML response. |
Exceptions
Type | Condition |
---|---|
SAMLProfileException | Thrown when the send/receive fails. |