public sealed class CertificateFingerprint : IMessage<CertificateDescription.Types.CertificateFingerprint>, IEquatable<CertificateDescription.Types.CertificateFingerprint>, IDeepCloneable<CertificateDescription.Types.CertificateFingerprint>, IBufferMessage, IMessage
[[["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-02 UTC."],[[["The latest version of the `CertificateFingerprint` is 3.9.0, with the page also providing access to previous versions dating back to 1.0.0."],["`CertificateFingerprint` is a sealed class representing a group of fingerprints for an x509 certificate, located within the `Google.Cloud.Security.PrivateCA.V1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, cloning, and buffer operations."],["The class inherits from the `Object` class and has properties such as `Sha256Hash`, representing the SHA256 hash of the DER x509 certificate."],["The class provides two constructors, one default and one allowing it to be initialized from an existing `CertificateDescription.Types.CertificateFingerprint` instance."]]],[]]