IX509CertificateRequestPkcs10V3::put_AttestationEncryptionCertificate method (certenroll.h)

The certificate used to encrypt the EKPUB and EKCERT values from the client. This property must be set to a valid certificate that chains to a trusted machine root.

This property is read/write.

Syntax

HRESULT put_AttestationEncryptionCertificate(
  EncodingType Encoding,
  BSTR         Value
);

Parameters

Encoding

Value

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509CertificateRequestPkcs10V3