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.2.0.37107 (23.2.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