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.


© 1997 by Microsoft Corporation. All rights reserved.