Share via


INetSecurityTelemetryConsumer.OnHandshakeStop(DateTime, SslProtocols) Method

Definition

Called after a handshake.

public virtual void OnHandshakeStop(DateTime timestamp, System.Security.Authentication.SslProtocols protocol);
abstract member OnHandshakeStop : DateTime * System.Security.Authentication.SslProtocols -> unit
override this.OnHandshakeStop : DateTime * System.Security.Authentication.SslProtocols -> unit
Public Overridable Sub OnHandshakeStop (timestamp As DateTime, protocol As SslProtocols)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

protocol
SslProtocols

The protocol established by the handshake.

Applies to