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.

DenyRequest

The DenyRequest method denies a specified request.

[VB] void DenyRequest(
  BSTR strConfig, 
  long RequestId  
);
 
[JAVA] void DenyRequest(
  java.lang.String strConfig,  
  int RequestId                
);
 
[C++] HRESULT DenyRequest(
  BSTR const strConfig,  // in
  LONG RequestId         // in
);
 

Parameters

[VB][JAVA][C++] strConfig
Points to a valid configuration string for the certificate server. See ICertConfig::GetConfig.
[VB][JAVA][C++] RequestId
Specifies the ID of the request to be denied.

Return Values

This method does not return a value.


Share this article: