Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​WebSso.​LogoutCommand
Assembly: Sustainsys.Saml2
Inheritance: object → LogoutCommand
Implemented Interfaces
Represents the logout command behaviour. Instances of this class can be created directly or by using the factory method CommandFactory.GetCommand(CommandFactory.LogoutCommandName).
Methods
public
CommandResult
Run​(HttpRequestData request,
Configuration.​IOptions options)
Run the command, initiating or handling the logout sequence.
Returns CommandResult
request
Request data.
options
Options
public static
CommandResult
Run​(HttpRequestData request,
string returnPath,
Configuration.​IOptions options)
Run the command, initating or handling the logout sequence.
Returns CommandResult
request
Request data.
returnPath
Path to return to, only used if this
is the start of an SP-initiated logout.
options
Options
public static
CommandResult
InitiateLogout​(HttpRequestData request,
System.​Uri returnUrl,
Configuration.​IOptions options,
bool terminateLocalSession)
Initiatiate a federated logout.
request
Request data
returnUrl
Return url to redirect to after logout
options
optins
terminateLocalSession
Terminate local session as part of signout?
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object