![MimeKit](../icons/Help.png) | ICryptographyContext.EncryptionProtocol Property |
Get the encryption protocol.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxstring EncryptionProtocol { get; }
Property Value
StringThe encryption protocol.
RemarksThe encryption protocol is used by MultipartEncrypted
in order to determine what the protocol parameter of the Content-Type
header should be.
See Also