ImportPFXToProviderFreeData callback function (certenroll.h)

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