Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function attempts to decode the outer layer of a BLOB as a Personal Information Exchange (PFX) packet.
PFX format is also known as Public-Key Cryptography Standards #12 (PKCS #12) format.
BOOL WINAPI PFXIsPFXBlob( CRYPT_DATA_BLOB* pPFX);
Parameters
- pPFX
[in] Pointer to a CRYPT_DATA_BLOB structure that the function will attempt to decode as a PFX packet.
Return Values
The function returns TRUE if the BLOB can be decoded as a PFX packet. If the outer layer of the BLOB cannot be decoded as a PFX packet, the function returns FALSE.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.
See Also
Certificates Functions | PFXVerifyPassword
Send Feedback on this topic to the authors