CertificateDescriptionOutput interface
Describes the certificate details.
Properties
| thumbprint | Thumbprint of the primary certificate. |
| thumbprint |
Thumbprint of the secondary certificate. |
| x509Store |
The local certificate store location. |
Property Details
thumbprint
Thumbprint of the primary certificate.
thumbprint: string
Property Value
string
thumbprintSecondary
Thumbprint of the secondary certificate.
thumbprintSecondary?: string
Property Value
string
x509StoreName
The local certificate store location.
x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher"
Property Value
"AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher"