public sealed class CertificateConfig : IMessage<CertificateConfig>, IEquatable<CertificateConfig>, IDeepCloneable<CertificateConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1beta1 API class CertificateConfig.
A [CertificateConfig][google.cloud.security.privateca.v1beta1.CertificateConfig] describes an X.509 certificate or CSR that is to be created, as an alternative to using ASN.1.
Implements
IMessage<CertificateConfig>, IEquatable<CertificateConfig>, IDeepCloneable<CertificateConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
CertificateConfig()
public CertificateConfig()
CertificateConfig(CertificateConfig)
public CertificateConfig(CertificateConfig other)
Name | Description |
other | CertificateConfig |
Properties
PublicKey
public PublicKey PublicKey { get; set; }
Optional. The public key that corresponds to this config. This is, for example, used when issuing [Certificates][google.cloud.security.privateca.v1beta1.Certificate], but not when creating a self-signed [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] CSR.
Type | Description |
PublicKey |
ReusableConfig
public ReusableConfigWrapper ReusableConfig { get; set; }
Required. Describes how some of the technical fields in a certificate should be populated.
Type | Description |
ReusableConfigWrapper |
SubjectConfig
public CertificateConfig.Types.SubjectConfig SubjectConfig { get; set; }
Required. Specifies some of the values in a certificate that are related to the subject.
Type | Description |
CertificateConfig.Types.SubjectConfig |