Show / Hide Table of Contents

Class HTTPArtifactState

Provides storage for state information when using the HTTP artifact binding.

Inheritance
System.Object
HTTPArtifactState
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.Bindings
Assembly: ComponentSpace.Saml2.dll
Syntax
public class HTTPArtifactState

Constructors

HTTPArtifactState()

Initializes a new instance of the HTTPArtifactState class.

Declaration
public HTTPArtifactState()

HTTPArtifactState(XmlElement, Object)

Initializes a new instance of the HTTPArtifactState class.

Declaration
public HTTPArtifactState(XmlElement samlMessage, object additionalState)
Parameters
Type Name Description
System.Xml.XmlElement samlMessage

The SAML message associated with the artifact.

System.Object additionalState

Additional state information or null if none.

Properties

AdditionalState

Gets or sets the additional state information.

Declaration
public object AdditionalState { get; set; }
Property Value
Type Description
System.Object

The additional state information or null if none.

SAMLMessage

Gets or sets the SAML message associated with the artifact.

Declaration
public XmlElement SAMLMessage { get; set; }
Property Value
Type Description
System.Xml.XmlElement

The SAML message.

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