Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 4.33 KB

nf-certenroll-ix509certificaterequest-put_silent.md

File metadata and controls

97 lines (69 loc) · 4.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certenroll.IX509CertificateRequest.put_Silent
IX509CertificateRequest::put_Silent (certenroll.h)
Specifies or retrieves a Boolean value that indicates whether any of the key-related modal dialogs are displayed during the certificate enrollment process. (Put)
IX509CertificateRequest interface [Security]
Silent property
IX509CertificateRequest.Silent
IX509CertificateRequest.put_Silent
IX509CertificateRequest::Silent
IX509CertificateRequest::get_Silent
IX509CertificateRequest::put_Silent
Silent property [Security]
Silent property [Security]
IX509CertificateRequest interface
certenroll/IX509CertificateRequest::Silent
certenroll/IX509CertificateRequest::get_Silent
certenroll/IX509CertificateRequest::put_Silent
put_Silent
security.ix509certificaterequest_silent_property
security\ix509certificaterequest_silent_property.htm
security
339c8d47-4406-4f2e-b927-b2dd5f58d1ec
12/05/2018
IX509CertificateRequest interface [Security],Silent property, IX509CertificateRequest.Silent, IX509CertificateRequest.put_Silent, IX509CertificateRequest::Silent, IX509CertificateRequest::get_Silent, IX509CertificateRequest::put_Silent, Silent property [Security], Silent property [Security],IX509CertificateRequest interface, certenroll/IX509CertificateRequest::Silent, certenroll/IX509CertificateRequest::get_Silent, certenroll/IX509CertificateRequest::put_Silent, put_Silent, security.ix509certificaterequest_silent_property
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509CertificateRequest::put_Silent
certenroll/IX509CertificateRequest::put_Silent
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509CertificateRequest.Silent
IX509CertificateRequest.get_Silent
IX509CertificateRequest.put_Silent

IX509CertificateRequest::put_Silent

-description

The Silent property specifies or retrieves a Boolean value that indicates whether any of the key-related modal dialogs are displayed during the certificate enrollment process.

This property is read/write.

-parameters

-remarks

This property value is used by key-related Certificate Enrollment Control modal dialogs that:

  • Direct a user to insert a smart card
  • Request a smart card pin number
  • Request the protection level for a new key
  • Request a user password before accessing a key

You can set this property before calling any initialization method or the Encode method. For a PKCS #10 request, the property value is retrieved from and specified on the associated IX509PrivateKey object if the key exists. For a PKCS #7 or CMC request the property value is updated on the inner request and all signing certificates.

If the certificate request contains nested requests and you set the Silent property on the top level request, it is automatically propagated to all of the inner requests. You can, however, set the property manually on each of the inner objects.

-see-also

IX509CertificateRequest

IX509CertificateRequestCertificate

IX509CertificateRequestCmc

IX509CertificateRequestPkcs10

IX509CertificateRequestPkcs7

IX509SignatureInformation