CertificateDescription
Describes the certificate details.
Properties
Name | Type | Required |
---|---|---|
thumbprint | string | Yes |
thumbprintSecondary | string | No |
x509StoreName | string (enum) | No |
thumbprint
Type: string
Required: Yes
Thumbprint of the primary certificate.
thumbprintSecondary
Type: string
Required: No
Thumbprint of the secondary certificate.
x509StoreName
Type: string (enum)
Required: No
The local certificate store location.
- AddressBook - The certificate store for other users.
- AuthRoot - The certificate store for third-party certificate authorities (CAs).
- CertificateAuthority - The certificate store for intermediate certificate authorities (CAs).
- Disallowed - The certificate store for revoked certificates.
- My - The certificate store for personal certificates.
- Root - The certificate store for trusted root certificate authorities (CAs).
- TrustedPeople - The certificate store for directly trusted people and resources.
- TrustedPublisher - The certificate store for directly trusted publishers.