API Reference
Enum
EmailProtectionKind
Classifies protected message content without performing cryptographic operations.
Inheritance
- Enum
- EmailProtectionKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailProtectionInfo.Kind
- Field EmailProtectionKind.MimeClearSigned
- Field EmailProtectionKind.MimeEncrypted
- Field EmailProtectionKind.None
- Field EmailProtectionKind.PgpMimeClearSigned
- Field EmailProtectionKind.PgpMimeEncrypted
- Field EmailProtectionKind.SmimeClearSigned
- Field EmailProtectionKind.SmimeOpaque
- Property EmailSmimeDecryptionResult.ProtectionKind
- Property EmailSmimeVerificationResult.ProtectionKind
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailProtectionKind SmimeOpaque #An opaque S/MIME CMS payload was detected; it can be signed, encrypted, or both.
Value:
1public const EmailProtectionKind SmimeClearSigned #A clear-signed S/MIME MIME entity was detected.
Value:
2public const EmailProtectionKind PgpMimeEncrypted #An OpenPGP/MIME encrypted multipart entity was detected.
Value:
3public const EmailProtectionKind PgpMimeClearSigned #An OpenPGP/MIME clear-signed multipart entity was detected.
Value:
4public const EmailProtectionKind MimeClearSigned #A clear-signed MIME entity with an unrecognized signature protocol was detected.
Value:
5public const EmailProtectionKind MimeEncrypted #An encrypted MIME entity with an unrecognized encryption protocol was detected.
Value:
6