Class HTTPArtifactState
Provides storage for state information when using the HTTP artifact binding.
Inherited Members
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 |
---|---|---|
XmlElement | samlMessage | The SAML message associated with the artifact. |
object | additionalState | Additional state information or |
Properties
AdditionalState
Gets or sets the additional state information.
Declaration
public object AdditionalState { get; set; }
Property Value
Type | Description |
---|---|
object | The additional state information or |
SAMLMessage
Gets or sets the SAML message associated with the artifact.
Declaration
public XmlElement SAMLMessage { get; set; }
Property Value
Type | Description |
---|---|
XmlElement | The SAML message. |