CryptoSys PKI Toolkit Manual

Pfx.SignatureIsValid Method

Verifies that the MacData signature in PKCS-12 file is OK

Syntax

[C#]
public static bool SignatureIsValid(
	string fileName,
	string password
)
[VB.NET]
Public Shared Function SignatureIsValid ( _
	fileName As String, _
	password As String _
) As Boolean

Parameters

fileName
Name of PKCS-12 file to be checked
password
password for file

Return Value

true if signature is OK

See Also

VB6/C equivalent: PFX_VerifySig

[Contents] [Index]

[HOME]   [NEXT: Pwd.Prompt Method (Int32, String)...]

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