Show / Hide Table of Contents

Class AuthenticationQueryRequester

Supports the authentication query profile.

Inheritance
object
AuthenticationQueryRequester
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.