Click or drag to resize

CPDFPKCS12CertHelperCheckPKCS12Password Method

Check if the PKCS #12 certificate password is correct.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static bool CheckPKCS12Password(
	string filePath,
	string password
)

Parameters

filePath
Type: SystemString
Certificate path
password
Type: SystemString
Certificate password

Return Value

Type: Boolean

Password is correct

Password is incorrect or your license does not support this feature

See Also