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 `CertificateFingerprint` class in the `Google.Cloud.Security.PrivateCA.V1` namespace represents a group of fingerprints for an x509 certificate."],["This class is sealed, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `Object`."],["There are two constructors for the `CertificateFingerprint` class: a default constructor and one that accepts another `CertificateFingerprint` object."],["The class contains a `Sha256Hash` property, which is a string representing the SHA 256 hash of the DER x509 certificate, encoded in hexadecimal."],["Version 3.9.0 is the latest version, and versions back to 1.0.0 are available for the `CertificateDescription.Types.CertificateFingerprint` class."]]],[]]