CryptoSys PKI Pro Manual

Cms.VerifySigData Method (String, String)

Verify the signature and content of a signed-data CMS object file with specified certificate.

Syntax

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

Parameters

inputFile
file containing CMS signed-data object
certFile
X.509 certificate file of the signer

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]

[PREV: Cms.VerifySigData Method (String)...]   [Contents]   [Index]   
   [NEXT: Cms.VerifySigData Method (String, String, String, Cms.SigDataOptions)...]

Copyright © 2004-21 D.I. Management Services Pty Ltd. All rights reserved. Generated 2021-10-01T09:03:20Z.