PfxSignatureIsValid Method |
Verify the MacData signature in a PKCS-12 file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static bool SignatureIsValid(
string fileName,
string password
)
Public Shared Function SignatureIsValid (
fileName As String,
password As String
) As Boolean
Parameters
- fileName String
- Name of PKCS-12 file to be checked
- password String
- password for file
Return Value
Booleantrue if signature is OK
See Also