IX509CertificateTemplateWritable::get_Property method (certenroll.h)

The Property property specifies or retrieves a property value for the IX509CertificateTemplateWritable object.

This property is read/write.

Syntax

HRESULT get_Property(
  EnrollmentTemplateProperty property,
  VARIANT                    *pValue
);

Parameters

property

pValue

Return value

None

Remarks

Currently, TemplatePropSecurityDescriptor is the only property that you can set. The property value must be a VARIANT of type VT_BSTR or VT_BYREF|VT_BSTR and must be a valid SDDL string.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509CertificateTemplateWritable