 | IMailServiceSslCipherAlgorithm Property |
Get the negotiated SSL or TLS cipher algorithm.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxCipherAlgorithmType? SslCipherAlgorithm { get; }
Property Value
Type:
NullableCipherAlgorithmTypeThe negotiated SSL or TLS cipher algorithm.
Remarks
Gets the negotiated SSL or TLS cipher algorithm once an SSL or TLS connection has been made.
See Also