EmailMailboxSmimeEncryptionAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the encryption algorithm used for an email.
public enum class EmailMailboxSmimeEncryptionAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMailboxSmimeEncryptionAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxSmimeEncryptionAlgorithm
var value = Windows.ApplicationModel.Email.EmailMailboxSmimeEncryptionAlgorithm.any
Public Enum EmailMailboxSmimeEncryptionAlgorithm
- Inheritance
-
EmailMailboxSmimeEncryptionAlgorithm
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
email
emailSystem
|
Fields
Name | Value | Description |
---|---|---|
Any | 0 | The encryption algorithm requirements are not specified. |
TripleDes | 1 | Use the Triple Data Encryption Algorithm symmetric-key block cipher algorithm. |
Des | 2 | Use the Data Encryption Standard symmetric key block cipher algorithm. |
RC2128Bit | 3 | Use the RC2 128-bit block cipher encryption algorithm. |
RC264Bit | 4 | Use the RC2 64-bit block cipher encryption algorithm. |
RC240Bit | 5 | Use the RC2 40-bit block cipher encryption algorithm. |