Class RelayState
Provides storage for state information used during SSO.
Inherited Members
Namespace: ComponentSpace.SAML2.Bindings
Assembly: ComponentSpace.Saml2.dll
Syntax
public class RelayState
Constructors
RelayState()
Initializes a new instance of the RelayState
class.
Declaration
public RelayState()
RelayState(string, object)
Initializes a new instance of the RelayState
class.
Declaration
public RelayState(string resourceURL, object additionalState)
Parameters
Type | Name | Description |
---|---|---|
string | resourceURL | The resource URL. |
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 |
ResourceURL
Gets or sets the resource URL.
Declaration
public string ResourceURL { get; set; }
Property Value
Type | Description |
---|---|
string | The resource URL. |