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