Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

PublishCRL

The PublishCRL method causes the certificate server to publish a new certificate revocation list (CRL.)

[VB] void PublishCRL(
  BSTR strConfig,  
  DATE Date        
);
 
[JAVA] void PublishCRL(
  java.lang.String strConfig,  
  double Date                  
);
 
[C++] HRESULT PublishCRL(
  BSTR const strConfig,  // in
  DATE Date              // in
);
 

Parameters

[VB][JAVA][C++] strConfig
Points to a valid configuration string for the certificate server. See ICertConfig::GetConfig.
[VB][JAVA][C++] Date
Specifies the expiration date of the CRL, in GMT time.

Return Values

This method does not return a value.


Share this article: