Click or drag to resize
MimeKit

CryptographyContextKeyExchangeProtocol Property

Get the key exchange protocol.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public abstract string KeyExchangeProtocol { get; }

Property Value

String
The key exchange protocol.
Remarks

The key exchange protocol is really only used for OpenPGP.

See Also