Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.27 KB

File metadata and controls

29 lines (18 loc) · 1.27 KB
description ms.assetid title ms.topic ms.date
In a Microsoft PKI, certificate requests are sent from client computers to certification authorities (CAs) as a binary string that contains a sequence of encoded data structures.
0b9fa1bc-b67e-4b50-abd5-cbc3663ff219
Certificate Request Encoding
concept-article
05/31/2018

Certificate Request Encoding

In a Microsoft PKI, certificate requests are sent from client computers to certification authorities (CAs) as a binary string that contains a sequence of encoded data structures. The Certificate Enrollment API uses Abstract Syntax Notation One (ASN.1) to describe and encode these structures. For the purposes of this documentation, ASN.1 can be conceptually divided into the syntax rules (ISO 8824) that describe the data structures and the encoding rules (ISO 8825) that specify how the data is to be encoded for network transmission. For more information, see the following topics:

Related topics

About the Certificate Enrollment API