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.


© 1997 by Microsoft Corporation. All rights reserved.