SelfSignedCertificateResult constructor

Represents the result of creating a self-signed certificate or development certificate bundle.

public SelfSignedCertificateResult(X509Certificate2 Certificate)
parameter description
Certificate The primary generated certificate. For development mode, this is the issued leaf certificate.

See Also