Class X509Extension (2.2.0)

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

An [X509Extension][google.cloud.security.privateca.v1.X509Extension] specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.

Inheritance

Object > X509Extension

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

X509Extension()

public X509Extension()

X509Extension(X509Extension)

public X509Extension(X509Extension other)
Parameter
NameDescription
otherX509Extension

Properties

Critical

public bool Critical { get; set; }

Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).

Property Value
TypeDescription
Boolean

ObjectId

public ObjectId ObjectId { get; set; }

Required. The OID for this X.509 extension.

Property Value
TypeDescription
ObjectId

Value

public ByteString Value { get; set; }

Required. The value of this X.509 extension.

Property Value
TypeDescription
ByteString