CryptoSys PKI Pro Manual

Cms.MakeSigDataFromSigValue Method (String, Byte[], Byte[], String, Cms.Options)

Create a CMS object of type SignedData using a pre-computed signature [@deprecated].

Syntax

[C#]
[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
)
[VB.NET]
<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

Parameters

outputFile
name of output file to be created
sigValue
signature value
contentData
string containing content data that has been signed
certList
filename of the signer's certificate and (optionally) a list of other certificates to be included in the output, separated by semi-colons (;) Alternatively specify a single PKCS#7 certificate chain file (.p7c/.p7b) containing the signer's certificate.
options
Type: Cms.Options
Option flags: set as zero for defaults.

Return Value

Zero if successful; otherwise it returns an error code

Remarks

RSASSA-PKCS1V1_5 only.

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: CMS_MakeSigDataFromSigValue

[Contents] [Index]

[PREV: Cms.MakeSigDataFromBytes Method...]   [Contents]   [Index]   
   [NEXT: Cms.MakeSigDataFromSigValue Method (String, Byte, Byte, String, HashAlgorithm, Cms.SigDataOptions)...]

Copyright © 2004-20 D.I. Management Services Pty Ltd. All rights reserved.