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.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `X509Extension` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, which is utilized for specifying X.509 extensions in various X.509 objects."],["The `X509Extension` class implements several interfaces including `IMessage\u003cX509Extension\u003e`, `IEquatable\u003cX509Extension\u003e`, `IDeepCloneable\u003cX509Extension\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors: a default one (`X509Extension()`) and another that accepts an `X509Extension` object as a parameter (`X509Extension(X509Extension other)`)."],["It includes properties such as `Critical` (a boolean indicating if the extension is critical), `ObjectId` (the OID for the X.509 extension), and `Value` (the actual value of the extension stored as a `ByteString`)."],["The latest version available is 3.9.0 and the page is describing version 2.3.0, with various versions accessible, ranging from 1.0.0 up to 3.9.0."]]],[]]