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."],[[["This webpage provides documentation for the `X509Extension` class within the Google Cloud Security PrivateCA V1 API, specifically for .NET development."],["The `X509Extension` class represents an X.509 extension, which can be utilized in X.509 objects like certificates, certificate signing requests (CSRs), and certificate revocation lists (CRLs)."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `X509Extension` class include `Critical` (indicating whether the extension is critical), `ObjectId` (the OID of the extension), and `Value` (the extension's value)."],["The documentation covers multiple versions of the API, from version 1.0.0 to 3.9.0, with 3.9.0 being the latest, and it's currently on version 3.2.0."]]],[]]