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-03-21 UTC."],[[["The `CertificateFingerprint` class is used to represent a group of fingerprints for an x509 certificate within the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor `CertificateFingerprint()` and one that takes another `CertificateFingerprint` instance, `CertificateFingerprint(CertificateDescription.Types.CertificateFingerprint)`, as an argument."],["The `Sha256Hash` property, a string type, stores the SHA 256 hash of the DER x509 certificate, encoded in hexadecimal."],["The latest version available is 3.9.0, and various previous versions are also accessible, including those from 3.8.0 down to 1.0.0."]]],[]]