ISignerCertificate::get_Silent method (certenroll.h)

The Silent property specifies or retrieves a Boolean value that indicates whether the user is notified when the private key is used to sign a certificate request.

This property is read/write.

Syntax

HRESULT get_Silent(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

Call this property to specify a value before calling the Initialize method. Setting this property also sets the Silent property on the IX509PrivateKey object. You can retrieve the private key object by calling PrivateKey. You can call the following properties to retrieve additional information about the signing certificate 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

ISignerCertificate