INetSecurityTelemetryConsumer.OnHandshakeStart Method

Definition

Called before a handshake.

public virtual void OnHandshakeStart(DateTime timestamp, bool isServer, string targetHost);
abstract member OnHandshakeStart : DateTime * bool * string -> unit
override this.OnHandshakeStart : DateTime * bool * string -> unit
Public Overridable Sub OnHandshakeStart (timestamp As DateTime, isServer As Boolean, targetHost As String)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

isServer
Boolean

Indicates whether we are authenticating as the server.

targetHost
String

Name of the host we are authenticating with.

Applies to