IEnroll4::SetSignerCertificate method (xenroll.h)

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The SetSignerCertificate method specifies the signer's certificate. This method was first defined in the IEnroll4 interface.

Syntax

HRESULT SetSignerCertificate(
  [in] PCCERT_CONTEXT pSignerCert
);

Parameters

[in] pSignerCert

A pointer to a CERT_CONTEXT structure that represents the signer's certificate.

Return value

The return value is an HRESULT. A value of S_OK indicates success.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

IEnroll4