IX509CertificateRequestCmc::get_TransactionId method (certenroll.h)
The TransactionId property specifies or retrieves a transaction identifier that can be used to track a certificate request or response.
This property is read/write.
Syntax
HRESULT get_TransactionId(
LONG *pValue
);
Parameters
pValue
Return value
None
Remarks
A round trip certificate request and response transaction can be tracked using an identifier. The client generates a transaction ID and retains it until the certificate or registration authority responds with a message that completes the transaction. The response includes the identifier.
You must set this property, if at all, before calling the Encode method, but you must initialize the CMC request object before calling the property. For more information, see the following topics:
- Initialize
- InitializeDecode
- InitializeFromCertificate
- InitializeFromInnerRequest
- InitializeFromInnerRequestTemplateName
- InitializeFromTemplateName
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | certenroll.h |
DLL | CertEnroll.dll |