Certificate Authority v1 API - Class X509Parameters (3.4.0)

public sealed class X509Parameters : IMessage<X509Parameters>, IEquatable<X509Parameters>, IDeepCloneable<X509Parameters>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class X509Parameters.

An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.

Inheritance

object > X509Parameters

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

X509Parameters()

public X509Parameters()

X509Parameters(X509Parameters)

public X509Parameters(X509Parameters other)
Parameter
NameDescription
otherX509Parameters

Properties

AdditionalExtensions

public RepeatedField<X509Extension> AdditionalExtensions { get; }

Optional. Describes custom X.509 extensions.

Property Value
TypeDescription
RepeatedFieldX509Extension

AiaOcspServers

public RepeatedField<string> AiaOcspServers { get; }

Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.

Property Value
TypeDescription
RepeatedFieldstring

CaOptions

public X509Parameters.Types.CaOptions CaOptions { get; set; }

Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA certificate.

Property Value
TypeDescription
X509ParametersTypesCaOptions

KeyUsage

public KeyUsage KeyUsage { get; set; }

Optional. Indicates the intended use for keys that correspond to a certificate.

Property Value
TypeDescription
KeyUsage

NameConstraints

public X509Parameters.Types.NameConstraints NameConstraints { get; set; }

Optional. Describes the X.509 name constraints extension.

Property Value
TypeDescription
X509ParametersTypesNameConstraints

PolicyIds

public RepeatedField<ObjectId> PolicyIds { get; }

Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.

Property Value
TypeDescription
RepeatedFieldObjectId