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."],[[["The `X509CertificateDetails` class provides information about an X.509 certificate and is intended for informational purposes only, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, located in the `Google.Cloud.Iot.V1` namespace and within the `Google.Cloud.Iot.V1.dll` assembly, features constructors for creating new `X509CertificateDetails` objects, including one that allows copying from another instance."],["Key properties of the `X509CertificateDetails` class include `ExpiryTime` and `StartTime`, which are `Timestamp` objects defining the validity period, alongside `Issuer`, `PublicKeyType`, `SignatureAlgorithm`, and `Subject` properties, all of which are strings."],["The document details versions ranging from 1.0.0 up to 2.2.0, with 2.2.0 being the latest version, while the current version the details are given for is 1.1.0."]]],[]]