 | CryptographyContextKeyExchangeProtocol Property |
Get the key exchange protocol.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.1.0
Syntaxpublic abstract string KeyExchangeProtocol { get; }
Property Value
StringThe key exchange protocol.
RemarksThe key exchange protocol is really only used for OpenPGP.
See Also