ACHandle (input) |
 | | The handle that describes the authorization computation
module used to perform this function. |
TPHandle (input/optional) |
 | | The handle that describes the trust policy module
that can be used by the authorization computation service to implement
this function. If no trust policy module is specified, the AC module
uses an assumed TP module, if required. |
CLHandle (input/optional) |
 | | The handle that describes the add-in certificate
library module that can be used to manipulate the subject certificate
and anchor certificates. If no certificate library module is specified,
the AC module uses an assumed CL module, if required. |
CCHandle (input/optional) |
 | | The handle that describes the cryptographic context
containing a handle that describes the add-in Cryptographic Service
Provider module that can be used to perform cryptographic operations
as required to perform the requested operation. If no cryptographic
context is specified, the AC module uses an assumed cryptographic
context and CSP module, if required. |
DBList (input/optional) |
 | | A list of handle pairs specifying a data storage
library module and a data store managed by that module. These data
stores can contain certificates, CRLs, and policy objects for use
by the AC module. If no DL and DB handle pairs are specified, the
AC module uses an assumed DL module and an assumed data store for
this operation. |
PassThroughId (input) |
 | | An identifier assigned by the AC module to indicate
the exported function to perform. |
InputParams (input) |
 | | A pointer to a module, implementation-specific structure
containing parameters to be interpreted in a function-specific manner
by the requested AC module. If the passthrough function
requires access to a private key located in the CSP referenced by CSPHandle,
then InputParams should contain a passphrase,
or a callback or cryptographic context that can be used to obtain
the passphrase. |
OutputParams (output/optional) |
 | | A pointer to a module, implementation-specific structure
containing the output data. The service provider will allocate the
memory for this structure. The application must free the memory
for the structure. |