Click or drag to resize
MimeKit

SecureMimeType Enumeration

The type of S/MIME data that an application/pkcs7-mime part contains.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum SecureMimeType
Members
Member nameValueDescription
CompressedData0 The S/MIME content is compressed.
EnvelopedData1 The S/MIME content is encrypted.
SignedData2 The S/MIME content is signed.
CertsOnly3 The S/MIME content contains only certificates.
AuthEnvelopedData4 The S/MIME content is both signed and encrypted.
Unknown-1 The S/MIME data type is unknown.
Remarks
The type of S/MIME data that an application/pkcs7-mime part contains.
See Also