SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SessionClosed Event

This event is fired when the SP server has closed a session.

Syntax

public event OnSessionClosedHandler OnSessionClosed;

public delegate void OnSessionClosedHandler(object sender, SamlspserverSessionClosedEventArgs e);

public class SamlspserverSessionClosedEventArgs : EventArgs {
  public long ConnectionID { get; }
}
Public Event OnSessionClosed As OnSessionClosedHandler

Public Delegate Sub OnSessionClosedHandler(sender As Object, e As SamlspserverSessionClosedEventArgs)

Public Class SamlspserverSessionClosedEventArgs Inherits EventArgs
  Public ReadOnly Property ConnectionID As Long
End Class

Remarks

ConnectionID contains the identifier of the closed session.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]