HttpDiagnosticProviderRequestResponseTimestamps.SslNegotiatedTimestamp Property
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.
Gets the time of the SSL handshake negotiation.
public:
property IReference<DateTime> ^ SslNegotiatedTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> SslNegotiatedTimestamp();
public System.Nullable<System.DateTimeOffset> SslNegotiatedTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.sslNegotiatedTimestamp;
Public ReadOnly Property SslNegotiatedTimestamp As Nullable(Of DateTimeOffset)
Property Value
The time of the SSL handshake negotiation.