ICertProperty::get_PropertyId method (certenroll.h)

The PropertyId property specifies or retrieves a value of the CERTENROLL_PROPERTYID enumeration that identifies an external certificate property.

This property is read/write.

Syntax

HRESULT get_PropertyId(
  CERTENROLL_PROPERTYID *pValue
);

Parameters

pValue

Return value

None

Remarks

Call the PropertyId property before trying to initialize the ICertProperty object. Call the InitializeDecode method or the InitializeFromCertificate method to create a value for the certificate property. Call the RawData property to retrieve the property value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

ICertProperties

ICertProperty