public sealed class X509CertificateDetails : IMessage<X509CertificateDetails>, IEquatable<X509CertificateDetails>, IDeepCloneable<X509CertificateDetails>, IBufferMessage, IMessage
Details of an X.509 certificate. For informational purposes only.
[[["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 document outlines the details of the `X509CertificateDetails` class within the `Google.Cloud.Iot.V1` namespace, which is used for informational purposes about X.509 certificates."],["The `X509CertificateDetails` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["This class has two constructors: a default constructor `X509CertificateDetails()` and another that copies from an existing instance `X509CertificateDetails(X509CertificateDetails other)`."],["Key properties of `X509CertificateDetails` include `ExpiryTime`, `Issuer`, `PublicKeyType`, `SignatureAlgorithm`, `StartTime`, and `Subject`, which provide details such as the certificate's validity period, signing entity, key type, and more."],["This page displays the version history for the X509CertificateDetails class, with six available versions ranging from 1.0.0 up to 2.2.0, however the current page is for version 2.0.0."]]],[]]