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: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
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