Click or drag to resize
MimeKit

IMailServiceSslHashAlgorithm Property

Get the negotiated SSL or TLS hash algorithm.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
HashAlgorithmType? SslHashAlgorithm { get; }

Property Value

NullableHashAlgorithmType
The 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