Class CertificateBundleWithPrivateKey
A certificate bundle, including the private key.
Inherited Members
Namespace: Oci.CertificatesService.Models
Assembly: OCI.DotNetSDK.Certificates.dll
Syntax
public class CertificateBundleWithPrivateKey : CertificateBundleProperties
PrivateKeyPem
Declaration
[Required(ErrorMessage = "PrivateKeyPem is required.")]
[JsonProperty(PropertyName = "privateKeyPem")]
public string PrivateKeyPem { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The private key (in PEM format) for the certificate. | 
Remarks
Required
PrivateKeyPemPassphrase
Declaration
[JsonProperty(PropertyName = "privateKeyPemPassphrase")]
public string PrivateKeyPemPassphrase { get; set; }Property Value
| Type | Description | 
|---|---|
| string | An optional passphrase for the private key. |