SelfSignedCertificateResult record
Represents the result of creating a self-signed certificate or development certificate bundle.
public record SelfSignedCertificateResult
Public Members
| name | description |
|---|---|
| SelfSignedCertificateResult(…) | Represents the result of creating a self-signed certificate or development certificate bundle. |
| Certificate { get; set; } | The primary generated certificate. For development mode, this is the issued leaf certificate. |
| IsDevelopmentCertificate { get; } | Gets a value indicating whether the result represents a development certificate bundle. |
| LeafCertificate { get; set; } | Gets the issued development leaf certificate when development mode is used. |
| PublicRootCertificate { get; set; } | Gets a public-only copy of the effective development root certificate when development mode is used. |
| RootCertificate { get; set; } | Gets the effective development root certificate when development mode is used. |
| RootTrusted { get; set; } | Gets a value indicating whether the development root certificate is present in the Windows CurrentUser Root store after the operation. |