ICertPropertyBackedUp::get_BackedUpValue method (certenroll.h)

The BackedUpValue property retrieves a Boolean value that identifies whether the certificate was backed up.

This property is read-only.

Syntax

HRESULT get_BackedUpValue(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

Call the Initialize method or the InitializeFromCurrentTime method to set the BackedUpValue 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

ICertProperty

ICertPropertyBackedUp