PFXIsPFXBlob function
The PFXIsPFXBlob function attempts to decode the outer layer of a BLOB as a PFX packet.
Syntax
BOOL WINAPI PFXIsPFXBlob( _In_ CRYPT_DATA_BLOB *pPFX );
Parameters
- pPFX [in]
-
A pointer to a CRYPT_DATA_BLOB structure that the function will attempt to decode as a PFX packet.
Return value
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
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also