IEnroll4::GetPrivateKeyArchiveCertificate method (xenroll.h)

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

The GetPrivateKeyArchiveCertificate method retrieves the certificate used to archive the private key. This method was first defined in the IEnroll4 interface.

Syntax

PCCERT_CONTEXT GetPrivateKeyArchiveCertificate();

Return value

Pointer to a CERT_CONTEXT structure that represents the certificate used to archive the private key, or NULL if an error is encountered.

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