Create a CMS object of type SignedData using a pre-computed signature [@deprecated].
[ObsoleteAttribute("Use Cms.MakeSigDataFromSigValue(String,Byte[],Byte[],String,HashAlgorithm,Cms.SigDataOptions) instead", false)] public static int MakeSigDataFromSigValue( string outputFile, byte[] sigValue, byte[] contentData, string certList, Cms.Options options )
<ObsoleteAttribute("Use Cms.MakeSigDataFromSigValue(String,Byte[],Byte[],String,HashAlgorithm,Cms.SigDataOptions) instead", _ False)> _ Public Shared Function MakeSigDataFromSigValue ( _ outputFile As String, _ sigValue As Byte(), _ contentData As Byte(), _ certList As String, _ options As Cms.Options _ ) As Integer
See Example1
VB6/C equivalent: CMS_MakeSigDataFromSigValue