Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: