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.
Frees PFX certificate context(s).
Syntax
ImportPFXToProviderFreeData Importpfxtoproviderfreedata;
VOID Importpfxtoproviderfreedata(
  [in]           DWORD cCert,
  [in, optional] PCCERT_CONTEXT *rgpCert
)
{...}
Parameters
[in] cCert
DWORD of the number of certificate contexts to free.
[in, optional] rgpCert
Pointer to a certificate Context containing to free.
Return value
None
Requirements
| Requirement | Value | 
|---|---|
| Target Platform | Windows | 
| Header | certenroll.h |