Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 3.41 KB

ns-wincrypt-cert_request_info.md

File metadata and controls

112 lines (84 loc) · 3.41 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
NS:wincrypt._CERT_REQUEST_INFO
CERT_REQUEST_INFO (wincrypt.h)
The CERT_REQUEST_INFO structure contains information for a certificate request. The subject, subject public key, and attribute BLOBs are encoded.
*PCERT_REQUEST_INFO
CERT_REQUEST_INFO
CERT_REQUEST_INFO structure [Security]
CERT_V1
PCERT_REQUEST_INFO
PCERT_REQUEST_INFO structure pointer [Security]
_crypto2_cert_request_info
security.cert_request_info
wincrypt/CERT_REQUEST_INFO
wincrypt/PCERT_REQUEST_INFO
security\cert_request_info.htm
security
6edeed33-16e1-4295-90e9-769929ab916a
12/05/2018
*PCERT_REQUEST_INFO, CERT_REQUEST_INFO, CERT_REQUEST_INFO structure [Security], CERT_V1, PCERT_REQUEST_INFO, PCERT_REQUEST_INFO structure pointer [Security], _crypto2_cert_request_info, security.cert_request_info, wincrypt/CERT_REQUEST_INFO, wincrypt/PCERT_REQUEST_INFO
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CERT_REQUEST_INFO, *PCERT_REQUEST_INFO
19H1
_CERT_REQUEST_INFO
wincrypt/_CERT_REQUEST_INFO
PCERT_REQUEST_INFO
wincrypt/PCERT_REQUEST_INFO
CERT_REQUEST_INFO
wincrypt/CERT_REQUEST_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CERT_REQUEST_INFO

CERT_REQUEST_INFO structure

-description

The CERT_REQUEST_INFO structure contains information for a certificate request. The subject, subject public key, and attribute BLOBs are encoded.

-struct-fields

-field dwVersion

The certificate's version number. Defined version number is shown in the following table.

Value Meaning
CERT_V1
version 1

-field Subject

A CERT_NAME_BLOB structure that contains the certificate subject's encoded name.

-field SubjectPublicKeyInfo

CERT_PUBLIC_KEY_INFO structure containing the encoded public key and its algorithm.

-field cAttribute

Number of elements in the rgAttribute array.

-field rgAttribute

A pointer to an array of CRYPT_ATTRIBUTE structures, each holding attribute information about the certificate.

-see-also

CERT_PUBLIC_KEY_INFO

CRYPT_ATTRIBUTE

CRYPT_INTEGER_BLOB

CryptSignAndEncodeCertificate