Show / Hide Table of Contents

Class AuthenticationQueryResponder

Supports the authentication query profile.

Inheritance
System.Object
AuthenticationQueryResponder
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 AuthenticationQueryResponder
Remarks

Refer to the Profiles for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.

Methods

ReceiveAuthenticationQueryBySOAP(HttpRequestBase)

Receives the authentication query over SOAP.

Declaration
public static XmlElement ReceiveAuthenticationQueryBySOAP(HttpRequestBase httpRequest)
Parameters
Type Name Description
System.Web.HttpRequestBase httpRequest

The HTTP request containing the authentication query.

Returns
Type Description
System.Xml.XmlElement

The authentication query.

Exceptions
Type Condition
SAMLProfileException

Thrown when the receive fails.

SendSAMLResponseBySOAP(HttpResponseBase, XmlElement)

Sends the SAML response over SOAP.

Declaration
public static void SendSAMLResponseBySOAP(HttpResponseBase httpResponse, XmlElement samlResponse)
Parameters
Type Name Description
System.Web.HttpResponseBase httpResponse

The HTTP response used to send the SAML response.

System.Xml.XmlElement samlResponse

The SAML response.

Exceptions
Type Condition
SAMLProfileException

Thrown when the send fails.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.