ICertAdmin::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.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certadm.h.
  Import Library: Use certidl.lib.