Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The PFXIsPFXBlob function attempts to decode the outer layer of a BLOB as a PFX packet.
Syntax
BOOL PFXIsPFXBlob(
[in] CRYPT_DATA_BLOB *pPFX
);
Parameters
[in] pPFX
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | wincrypt.h |
| Library | Crypt32.lib |
| DLL | Crypt32.dll |