Skip to content

Latest commit

 

History

History
82 lines (72 loc) · 4.17 KB

nf-certenroll-ix509certificaterequestpkcs10-get_oldcertificate.md

File metadata and controls

82 lines (72 loc) · 4.17 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.IX509CertificateRequestPkcs10.get_OldCertificate
IX509CertificateRequestPkcs10::get_OldCertificate (certenroll.h)
Retrieves the certificate passed to the InitializeFromCertificate method.
IX509CertificateRequestPkcs10 interface [Security]
OldCertificate property
IX509CertificateRequestPkcs10.OldCertificate
IX509CertificateRequestPkcs10.get_OldCertificate
IX509CertificateRequestPkcs10::OldCertificate
IX509CertificateRequestPkcs10::get_OldCertificate
OldCertificate property [Security]
OldCertificate property [Security]
IX509CertificateRequestPkcs10 interface
certenroll/IX509CertificateRequestPkcs10::OldCertificate
certenroll/IX509CertificateRequestPkcs10::get_OldCertificate
get_OldCertificate
security.ix509certificaterequestpkcs10_oldcertificate_property
security\ix509certificaterequestpkcs10_oldcertificate_property.htm
security
8bb15b5c-e642-477d-bcec-772748e336ef
12/05/2018
IX509CertificateRequestPkcs10 interface [Security],OldCertificate property, IX509CertificateRequestPkcs10.OldCertificate, IX509CertificateRequestPkcs10.get_OldCertificate, IX509CertificateRequestPkcs10::OldCertificate, IX509CertificateRequestPkcs10::get_OldCertificate, OldCertificate property [Security], OldCertificate property [Security],IX509CertificateRequestPkcs10 interface, certenroll/IX509CertificateRequestPkcs10::OldCertificate, certenroll/IX509CertificateRequestPkcs10::get_OldCertificate, get_OldCertificate, security.ix509certificaterequestpkcs10_oldcertificate_property
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509CertificateRequestPkcs10::get_OldCertificate
certenroll/IX509CertificateRequestPkcs10::get_OldCertificate
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509CertificateRequestPkcs10.OldCertificate
IX509CertificateRequestPkcs10.get_OldCertificate

IX509CertificateRequestPkcs10::get_OldCertificate

-description

The OldCertificate property retrieves the certificate passed to the InitializeFromCertificate method. The certificate is contained in a byte array encoded by using Distinguished Encoding Rules (DER) as defined by the Abstract Syntax Notation One (ASN.1) standard. The DER-encoded byte array is represented by a string that is either a pure binary sequence or is Unicode encoded.

This property is read-only.

-parameters

-remarks

You must initialize the IX509CertificateRequestPkcs10 object before calling this property. For more information, see any of the following methods:

-see-also

IX509CertificateRequestPkcs10