PFN_CERT_STORE_PROV_SET_CRL_PROPERTY funzione di callback (wincrypt.h)

Funzione di callback definita dall'applicazione chiamata da CertSetCRLContextProperty prima di impostare la proprietà della CRL. Viene chiamato anche da CertGetCRLContextProperty quando si ottiene una proprietà hash che deve essere creata e quindi persistente tramite il set.

Dopo l'input, la proprietà non è stata impostata per il parametro pCrlContext .

Sintassi

PFN_CERT_STORE_PROV_SET_CRL_PROPERTY PfnCertStoreProvSetCrlProperty;

BOOL PfnCertStoreProvSetCrlProperty(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCRL_CONTEXT pCrlContext,
  [in] DWORD dwPropId,
  [in] DWORD dwFlags,
  [in] const void *pvData
)
{...}

Parametri

[in] hStoreProv

Valore specifico del provider restituito in CERT_STORE_PROV_INFO da CertDllOpenStoreProv.

[in] pCrlContext

Vedere CertSetCRLContextProperty.

[in] dwPropId

Vedere CertSetCRLContextProperty.

[in] dwFlags

Copia dei dwFlags passati come parametro a CertSetCRLContextProperty.

[in] pvData

Vedere CertSetCRLContextProperty.

Valore restituito

Restituisce TRUE se è corretto impostare la proprietà.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione wincrypt.h

Vedi anche

CERT_STORE_PROV_INFO

Funzioni di callback

CertDllOpenStoreProv

CertGetCRLContextProperty

CertSetCRLContextProperty