Secure |
public enum SecureMimeType
Member name | Value | Description |
---|---|---|
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. |
Unknown | -1 | The S/MIME data type is unknown. |