 | IMailServiceSslHashAlgorithm Property |
Get the negotiated SSL or TLS hash algorithm.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxHashAlgorithmType? SslHashAlgorithm { get; }
Property Value
Type:
NullableHashAlgorithmTypeThe negotiated SSL or TLS hash algorithm.
Remarks
Gets the negotiated SSL or TLS hash algorithm once an SSL or TLS connection has been made.
See Also