Click or drag to resize
MimeKit

OpenPgpContextEncryptionProtocol Property

Get the encryption protocol.

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

Property Value

String
The encryption protocol.
Remarks

The encryption protocol is used by MultipartEncrypted in order to determine what the protocol parameter of the Content-Type header should be.

See Also