ICertServerExit::SetContext

The SetContext method causes the current instantiation of the interface to operate on the request referenced by Context. This must be identical to a value given by the Context parameter in VerifyRequest.

[VB] void SetContext(
  long Context  
);
 
[JAVA] void SetContext(
  int   Context  
);
 
[C++] HRESULT SetContext(
  LONG   Context  // in
);
 

Parameters

[VB][JAVA][C++] Context
Specifies the request and associated certificate under construction.

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 certif.h.
  Import Library: Use certidl.lib.