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."],[[["This webpage details the `CertificateFingerprint` class, which is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and used for managing x509 certificate fingerprints."],["The class is available in multiple versions, ranging from 1.0.0 to the latest 3.9.0, with links provided for each version's documentation."],["`CertificateFingerprint` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling, comparison, and cloning."],["The `CertificateFingerprint` class has a property `Sha256Hash`, which is a string that holds the hexadecimal-encoded SHA256 hash of the DER x509 certificate."],["The class has two constructors: a default one `CertificateFingerprint()` and one that accepts another instance of `CertificateFingerprint` as a parameter, allowing for the creation of an instance based on an existing one."]]],[]]