ICEnroll4::get_IncludeSubjectKeyID method (xenroll.h)

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

The IncludeSubjectKeyID property determines whether the subject key ID extension is added to the certificate request that is generated. The object identifier (OID) for the subject key ID extension is "2.5.29.14", which is the defined value of the szOID_SUBJECT_KEY_IDENTIFIER constant in Wincrypt.h. This property was first defined in the ICEnroll4 interface.

This property is read/write.

Syntax

HRESULT get_IncludeSubjectKeyID(
  BOOL *pfInclude
);

Parameters

pfInclude

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