How do I change the encryption algorithm for the controls in the SMIME or EDI Editions?

The Java Edition will only support 3DES. The .Net Edition only supports 3DES by default, but you can set the UseCryptoAPI config setting to true to support the additional values below. All other Editions support the following values. You will need to set the EncryptingAlgorithm to one of these strings:
	"RC2"	        szOID_RSA_RC2CBC
	"SHA1"	        szOID_OIWSEC_sha1
	"MD2"	        szOID_RSA_MD2
	"MD5"		szOID_RSA_MD5
	"MD2RSA"	szOID_RSA_MD2RSA
	"MD4RSA"	szOID_RSA_MD4RSA
	"MD5RSA"	szOID_RSA_MD5RSA
	"SHA1RSA"	szOID_RSA_SHA1RSA
	"RC2CBC"	szOID_RSA_RC2CBC
	"RC4"		szOID_RSA_RC4
	"DES"		szOID_RSA_DES_EDE3_CBC
	"DESCBC"	szOID_RSA_DES_EDE3_CBC
	"DES_EDE3_CBC"	szOID_RSA_DES_EDE3_CBC
Please note that these are the most common encrypting algorithms. If your algorithm is not on the list, please contact support.

We appreciate your feedback.  If you have any questions, comments, or suggestions about this article please contact our support team at kb@nsoftware.com.