ICEnroll4::put_SignerCertificate method (xenroll.h)

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

The SignerCertificate property sets the signer's certificate. This property was first defined in the ICEnroll4 interface.

This property is reserved; instead, use the SetSignerCertificate method.

This property is write-only.

Syntax

HRESULT put_SignerCertificate(
  BSTR bstrCert
);

Parameters

bstrCert

Return value

None

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

CEnroll

ICEnroll4