CryptoSys PKI Toolkit Manual

Cms.VerifySigData Method (String)

Verifies the signature and content of a signed-data CMS object file.

Syntax

[C#]
public static int VerifySigData(
	string inputFile
)
[VB.NET]
Public Shared Function VerifySigData ( _
	inputFile As String _
) As Integer

Parameters

inputFile
file containing CMS signed-data object

Return Value

Zero if successfully verified; otherwise it returns a non-zero error code

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: CMS_VerifySigData

[Contents] [Index]

[HOME]   [NEXT: Cms.VerifySigData Method (String, String)...]

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