CryptoSys PKI Toolkit Manual

Cms.MakeSigDataFromString Method (String, String, String, String, HashAlgorithm, Cms.SigDataOptions)

Creates a CMS object of type SignedData from an input string (advanced options)

Syntax

[C#]
public static int MakeSigDataFromString(
	string outputFile,
	string inputData,
	string certList,
	string privateKey,
	HashAlgorithm hashAlg,
	Cms.SigDataOptions advOptions
)
[VB.NET]
Public Shared Function MakeSigDataFromString ( _
	outputFile As String, _
	inputData As String, _
	certList As String, _
	privateKey As String, _
	hashAlg As HashAlgorithm, _
	advOptions As Cms.SigDataOptions _
) As Integer

Parameters

outputFile
name of output file to be created
inputData
string containing message data to be signed
certList
containing the filename of the signer's certificate and (optionally) a list of other certificates to be included in the output, separated by semi-colons(;)
privateKey
containing the private key data for the sender
hashAlg
Type: HashAlgorithm
Message digest algorithm to be used in signature [default=SHA-1]
advOptions
Type: Cms.SigDataOptions
Advanced option flags. See Cms.SigDataOptions.

Return Value

Zero if successful; otherwise it returns an error code

See Also

VB6/C equivalent: CMS_MakeSigDataFromString

[Contents] [Index]

[HOME]   [NEXT: Cms.MakeSigData Method (String, String, String, String, HashAlgorithm, Cms.SigDataOptions)...]

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