IEnroll4::put_ThumbPrintWStr method (xenroll.h)

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

The ThumbPrintWStr property sets or retrieves a hash of the certificate data.

The thumbprint is used to point to the pending certificate.

This property was first defined in the IEnroll4 interface.

This property is read/write.

Syntax

HRESULT put_ThumbPrintWStr(
  CRYPT_DATA_BLOB thumbPrintBlob
);

Parameters

thumbPrintBlob

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

IEnroll4