Click or drag to resize

PfxSignatureIsValid Method

Verify the MacData signature in a PKCS-12 file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static bool SignatureIsValid(
	string fileName,
	string password
)

Parameters

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

Return Value

Boolean
true if signature is OK
See Also