PFN_CERT_STORE_PROV_SET_CRL_PROPERTY回呼函式 (wincrypt.h)

在設定 CRL 屬性之前, 由 CertSetCRLContextProperty 呼叫的應用程式定義回呼函式。 當取得需要建立然後透過集合保存的哈希屬性時, CertGetCRLContextProperty 也會呼叫它。

輸入時,尚未為 pCrlContext 參數設定 屬性。

語法

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
)
{...}

參數

[in] hStoreProv

CertDllOpenStoreProvCERT_STORE_PROV_INFO中傳回的提供者特定值。

[in] pCrlContext

請參閱 CertSetCRLContextProperty

[in] dwPropId

請參閱 CertSetCRLContextProperty

[in] dwFlags

傳遞為參數至 CertSetCRLContextPropertydwFlags 複本。

[in] pvData

請參閱 CertSetCRLContextProperty

傳回值

如果可以設定 屬性,則會傳回 TRUE

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限桌面應用程式]
目標平台 Windows
標頭 wincrypt.h

另請參閱

CERT_STORE_PROV_INFO

回呼函式

CertDllOpenStoreProv

CertGetCRLContextProperty

CertSetCRLContextProperty