Class RelayState
Provides storage for state information used during SSO.
Inheritance
System.Object
RelayState
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 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 |
---|---|---|
System.String | resourceURL | The resource URL. |
System.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 |
---|---|
System.Object | The additional state information or |
ResourceURL
Gets or sets the resource URL.
Declaration
public string ResourceURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource URL. |