3.2.1.1.2 Signing_Cert Table
The Signing_Cert table maintains an ordered list of CA private key and associated other data, including public key certificates. The data is maintained in the following columns.
Column name |
Column description |
---|---|
Signing_Cert_Certificate (Public) |
Contains the CA certificate. |
Signing_Private_Key (Public) |
Contains the private key associated with the CA certificate stored in the CA_Signing_Cert column. |
Signing_Cert_Version_ID (Public) |
A unique identifier for the CA signing certificate stored in the CA_Signing_Cert column. |
Signing_Private_Key_Version_ID (Public) |
An identifier (not unique) for the private key stored in the CA_Signing_Private_Key column. |
Signing_Forward_Cross_Certificate (Public) |
The forward cross certificate. This column does not have a value for the last raw of the table, or when a certificate stored in the Signing_Cert_Certificate column of this raw and next raw have the same associated public-private key pair. For more information, see [MSFT-CROSSCERT]. |
Signing_Backward_Cross_Certificate (Public) |
The backward cross certificate. This column does not have a value for the first raw of the table or when a certificate stored in the Signing_Cert_Certificate column of this raw and previous raw have the same associated public-private key pair. For more information, see [MSFT-CROSSCERT]. |
The Signing_Cert_Certificate in the last row of the Signing_Cert table is the current CA signing certificate.