Creates an encrypted CMS enveloped-data object for one or more recipients using their x.509 certificates (default algorithms).
public static int MakeEnvData( string outputFile, string inputFile, string certList, Cms.Options options )
Public Shared Function MakeEnvData ( _ outputFile As String, _ inputFile As String, _ certList As String, _ options As Cms.Options _ ) As Integer
Number of successful recipients or a negative error code.
This uses the default key-encryption algorithm rsaEncryption with triple DES des-ede3-cbcfor content encryption.