IX509Enrollment::get_Silent method (certenroll.h)

The Silent property specifies or retrieves a Boolean value that indicates whether a user interface is displayed during the certificate enrollment process.

This property is read/write.

Syntax

HRESULT get_Silent(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

You can set this property before initializing the enrollment object.

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

IX509Enrollment