IX509Enrollment::put_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 put_Silent(
  VARIANT_BOOL Value
);

Parameters

Value

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