PFN_CERT_STORE_PROV_WRITE_CRL 콜백 함수(wincrypt.h)

저장소에 추가하기 전에 CertAddEncodedCRLToStore, CertAddCRLContextToStoreCertAddSerializedElementToStore 에서 호출되는 애플리케이션 정의 콜백 함수입니다. 인코딩된 CRL 외에도 추가된 pCrlContext 에는 속성이 있을 수 있습니다.

구문

PFN_CERT_STORE_PROV_WRITE_CRL PfnCertStoreProvWriteCrl;

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

매개 변수

[in] hStoreProv

CertDllOpenStoreProv에서 CERT_STORE_PROV_INFO 반환된 공급자별 값입니다.

[in] pCrlContext

CertAddCRLContextToStore를 참조하세요.

[in] dwFlags

CERT_STORE_PROV_WRITE_ADD_FLAG 저장소에 CRL 을 추가하는 다음 함수에서 이 함수를 호출할 때를 지정하는 데 사용됩니다.

CertAddEncodedCRLToStore

CertAddCRLContextToStore

CertAddSerializedElementToStore

반환 값

저장소를 업데이트해도 괜찮으면 TRUE 를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 wincrypt.h

추가 정보

CERT_STORE_PROV_INFO

콜백 함수

CertAddCRLContextToStore

CertAddEncodedCRLToStore

CertAddSerializedElementToStore

CertDllOpenStoreProv