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 | 
|---|---|
| string | The correlation ID.  | 
      
HasCompleted
Gets the flag indicating whether logout has completed.
Declaration
bool HasCompleted { get; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
  | 
      
IsResponse
Gets the flag indicating whether a logout request or response.
Declaration
bool IsResponse { get; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
  | 
      
LogoutReason
Gets the logout reason.
Declaration
string LogoutReason { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The logout reason.  | 
      
PartnerName
Gets the partner name.
Declaration
string PartnerName { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The partner name.  | 
      
RelayState
Gets the relay state.
Declaration
string RelayState { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The relay state.  |