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."],[[["This webpage details the `CertificateFingerprint` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, which is used to manage fingerprints for x509 certificates."],["The most recent version of `CertificateFingerprint` is 3.9.0, but a range of versions, including the current version, 2.3.0, and going as far back as 1.0.0, are also detailed on the page."],["The `CertificateFingerprint` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default `CertificateFingerprint()` and another that accepts an existing `CertificateDescription.Types.CertificateFingerprint` object."],["The `CertificateFingerprint` class contains a `Sha256Hash` property, which is a string representing the SHA 256 hash of the DER x509 certificate in hexadecimal format."]]],[]]