The SetRequestAttributes method sets attributes in the specified request.
[VB] void SetRequestAttributes(
  BSTR strConfig,     
  long RequestId,     
  BSTR strAttributes  
);
 
[JAVA] void SetRequestAttributes(
  java.lang.String strConfig,  
  int RequestId,               
  java.lang.String strAttributes  
);
 
  BSTR const strConfig,      // in
  LONG RequestId,            // in
  BSTR const strAttributes   // in
);
 Note In the current release, attribute names and values each must be 49 or less non-null characters in length.
This method does not return a value.
  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.