Show / Hide Table of Contents

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

true if logout has completed; otherwise false.

IsResponse

Gets the flag indicating whether a logout request or response.

Declaration
bool IsResponse { get; }
Property Value
Type Description
System.Boolean

true if a response; otherwise false if a request.

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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.