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. |
samlMessage | The SAML message associated with the artifact. |
System. |
additionalState | Additional state information or |
Properties
AdditionalState
Gets or sets the additional state information.
Declaration
public object AdditionalState { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
System. |
The SAML message. |