PFN_CERT_STORE_PROV_WRITE_CRL fonction de rappel (wincrypt.h)

Fonction de rappel définie par l’application appelée par CertAddEncodedCRLToStore, CertAddCRLContextToStore et CertAddSerializedElementToStore avant de l’ajouter au magasin. En plus de la liste de révocation de certificats encodée, le pCrlContext ajouté peut également avoir des propriétés.

Syntaxe

PFN_CERT_STORE_PROV_WRITE_CRL PfnCertStoreProvWriteCrl;

BOOL PfnCertStoreProvWriteCrl(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCRL_CONTEXT pCrlContext,
  [in] DWORD dwFlags
)
{...}

Paramètres

[in] hStoreProv

Valeur spécifique au fournisseur retournée dans CERT_STORE_PROV_INFO par CertDllOpenStoreProv.

[in] pCrlContext

Consultez CertAddCRLContextToStore.

[in] dwFlags

CERT_STORE_PROV_WRITE_ADD_FLAG permet de spécifier quand cette fonction est appelée par les fonctions suivantes qui ajoutent une liste de révocation de certificats au magasin :

CertAddEncodedCRLToStore

CertAddCRLContextToStore

CertAddSerializedElementToStore

Valeur retournée

Retourne TRUE s’il est acceptable de mettre à jour le magasin.

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
Plateforme cible Windows
En-tête wincrypt.h

Voir aussi

CERT_STORE_PROV_INFO

Fonctions de rappel

CertAddCRLContextToStore

CertAddEncodedCRLToStore

CertAddSerializedElementToStore

CertDllOpenStoreProv