INetSecurityTelemetryConsumer.OnHandshakeStop(DateTime, SslProtocols) 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 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.