IX509PrivateKey::put_Silent method (certenroll.h)

The Silent property specifies or retrieves a Boolean value that indicates whether the Certificate Enrollment Control is allowed to display a dialog box when the private key is accessed.

This property is read/write.

Syntax

HRESULT put_Silent(
  VARIANT_BOOL Value
);

Parameters

Value

Return value

None

Remarks

If the user interface is not allowed but is required to access the private key, operations that require the user interface will fail.

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

IX509PrivateKey