ICertAdmin::SetRequestAttributes

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
);
 

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 set attributes for.
[VB][JAVA][C++] strAttributes
Specifies the attribute data. The literal string "\n" separates multiple attributes. There is no set limit to the number of request attributes may be added to a request.

Note  In the current release, attribute names and values each must be 49 or less non-null characters in length.

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.