Interface ISloResult
Specifies the single logout result.
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ISloResult
Properties
CorrelationID
Gets the correlation ID used to uniquely identify the request and correlate it with the response.
Declaration
string CorrelationID { get; }
Property Value
Type | Description |
---|---|
System.String | The correlation ID. |
HasCompleted
Gets the flag indicating whether logout has completed.
Declaration
bool HasCompleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsResponse
Gets the flag indicating whether a logout request or response.
Declaration
bool IsResponse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LogoutReason
Gets the logout reason.
Declaration
string LogoutReason { get; }
Property Value
Type | Description |
---|---|
System.String | The logout reason. |
PartnerName
Gets the partner name.
Declaration
string PartnerName { get; }
Property Value
Type | Description |
---|---|
System.String | The partner name. |
RelayState
Gets the relay state.
Declaration
string RelayState { get; }
Property Value
Type | Description |
---|---|
System.String | The relay state. |