public sealed class CertificateDescription.Types.CertificateFingerprint : IMessage<CertificateDescription.Types.CertificateFingerprint>, IEquatable<CertificateDescription.Types.CertificateFingerprint>, IDeepCloneable<CertificateDescription.Types.CertificateFingerprint>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class CertificateDescription.Types.CertificateFingerprint.
[[["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 document provides reference documentation for the `CertificateDescription.Types.CertificateFingerprint` class within the Google Cloud Security Private CA v1 API, specifically version 3.5.0."],["The `CertificateFingerprint` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, represents a group of fingerprints for an x509 certificate, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `CertificateFingerprint()` and a copy constructor `CertificateFingerprint(CertificateDescription.Types.CertificateFingerprint other)`."],["The main functionality of the `CertificateFingerprint` class is encapsulated in its `Sha256Hash` property, which stores the SHA 256 hash of the DER x509 certificate in hexadecimal format."],["The document lists multiple versions of the API, from 1.0.0 to 3.9.0, with 3.9.0 being the latest version available."]]],[]]