public sealed class X509Extension : IMessage<X509Extension>, IEquatable<X509Extension>, IDeepCloneable<X509Extension>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class X509Extension.
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-03-21 UTC."],[[["The document provides reference documentation for the `X509Extension` class within the Google Cloud Security Private CA v1 API, detailing its structure and usage across various versions."],["`X509Extension` is a class that represents an X.509 extension, which is used in X.509 objects such as certificates, CSRs, and CRLs, and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `X509Extension` class has three main properties: `Critical`, which is a boolean indicating whether the extension is critical; `ObjectId`, which is the OID for the extension; and `Value`, which is the value of the extension."],["This class has two constructors: a default constructor `X509Extension()` and a constructor `X509Extension(X509Extension other)` that accepts another `X509Extension` as a parameter."],["The document outlines various versions of the `X509Extension` class, ranging from version 1.0.0 to the latest version 3.9.0, and provides links to each version's documentation, making it simple to navigate."]]],[]]