INetSecurityTelemetryConsumer.OnHandshakeStart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.