mimekit-ts - v1.0.0
    Preparing search index...

    Enumeration SecureMimeType

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

    Index
    Unknown: -1

    The S/MIME data type is unknown.

    CompressedData: 0

    The S/MIME content is compressed.

    EnvelopedData: 1

    The S/MIME content is encrypted.

    SignedData: 2

    The S/MIME content is signed.

    CertsOnly: 3

    The S/MIME content contains only certificates.

    AuthEnvelopedData: 4

    The S/MIME content is both signed and encrypted.