Click or drag to resize
MimeKit

MailServiceSslHashAlgorithm Property

Get the negotiated SSL or TLS hash algorithm.

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

Property Value

NullableHashAlgorithmType
The negotiated SSL or TLS hash algorithm.

Implements

IMailServiceSslHashAlgorithm
Remarks
Gets the negotiated SSL or TLS hash algorithm once an SSL or TLS connection has been made.
See Also