Skip to content

Latest commit

 

History

History
87 lines (70 loc) · 3.53 KB

nf-xenroll-ienroll-put_writecerttocsp.md

File metadata and controls

87 lines (70 loc) · 3.53 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:xenroll.IEnroll.put_WriteCertToCSP
IEnroll::put_WriteCertToCSP (xenroll.h)
Sets or retrieves a Boolean value that determines whether a certificate should be written to the cryptographic service provider (CSP). (Put)
IEnroll interface [Security]
WriteCertToCSP property
IEnroll.WriteCertToCSP
IEnroll.put_WriteCertToCSP
IEnroll::WriteCertToCSP
IEnroll::get_WriteCertToCSP
IEnroll::put_WriteCertToCSP
WriteCertToCSP property [Security]
WriteCertToCSP property [Security]
IEnroll interface
put_WriteCertToCSP
security.ienroll4_writecerttocsp
xenroll/IEnroll::WriteCertToCSP
xenroll/IEnroll::get_WriteCertToCSP
xenroll/IEnroll::put_WriteCertToCSP
security\ienroll4_writecerttocsp.htm
security
07463f0d-f46c-4bc3-8170-0a480b826049
12/05/2018
IEnroll interface [Security],WriteCertToCSP property, IEnroll.WriteCertToCSP, IEnroll.put_WriteCertToCSP, IEnroll::WriteCertToCSP, IEnroll::get_WriteCertToCSP, IEnroll::put_WriteCertToCSP, WriteCertToCSP property [Security], WriteCertToCSP property [Security],IEnroll interface, put_WriteCertToCSP, security.ienroll4_writecerttocsp, xenroll/IEnroll::WriteCertToCSP, xenroll/IEnroll::get_WriteCertToCSP, xenroll/IEnroll::put_WriteCertToCSP
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
IEnroll::put_WriteCertToCSP
xenroll/IEnroll::put_WriteCertToCSP
c++
APIRef
kbSyntax
COM
Xenroll.dll
IEnroll.WriteCertToCSP
IEnroll.get_WriteCertToCSP
IEnroll.put_WriteCertToCSP

IEnroll::put_WriteCertToCSP

-description

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The WriteCertToCSP property sets or retrieves a Boolean value that determines whether a certificate should be written to the cryptographic service provider (CSP).

This property was first defined by the IEnroll interface.

This property is read/write.

-parameters

-remarks

This property is typically used with smart cards, where the certificate is written to the smart card in addition to being written to the "MY" store.

The default value is true, which means that the Certificate Enrollment Control will try to write the certificate to the CSP but will not fail unless a hardware token error is encountered. If this value is true, but no smart card or other hardware-dependent CSP is installed, then hardware token errors will be ignored.

To explicitly force that the Certificate Enrollment Control not attempt to write to the CSP, set this value to false.

WriteCertToCSP affects the behavior of the following methods:

-see-also

IEnroll