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.


© 1997 by Microsoft Corporation. All rights reserved.