ISignerCertificate::get_SignatureInformation method (certenroll.h)

The SignatureInformation property retrieves an IX509SignatureInformation object that contains information about the certificate signature.

This property is read-only.

Syntax

HRESULT get_SignatureInformation(
  IX509SignatureInformation **ppValue
);

Parameters

ppValue

Return value

None

Remarks

When you call the Initialize method the Certificate Enrollment Control creates an IX509SignatureInformation object. You can also call the following properties to retrieve information about the signing certificate object:

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

See also

ISignerCertificate