EncryptionSMIMEAlgorithm

EncryptionSMIMEAlgorithm enumeration

Specifies the algorithm used when encrypting S/MIME messages.

public enum EncryptionSMIMEAlgorithm

Values

Name Value Description
TripleDES 0 Triple DES algorithm
DES 1 DES algorithm
RC2128bit 2 RC2 128 bit algorithm
RC264bit 3 RC2 64 bit algorithm
RC240bit 4 RC2 40 bit algorithm

See Also