public sealed class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection : IMessage<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IEquatable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection.
Memory hash detection contributing to the binary family match.
[[["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 documentation is for the `Detection` class within the `Google.Cloud.SecurityCenter.V2` API, specifically `Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection`."],["The `Detection` class represents a memory hash detection that contributes to matching a binary family, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found in the `Google.Cloud.SecurityCenter.V2.dll` assembly and resides within the `Google.Cloud.SecurityCenter.V2` namespace."],["It offers two constructors: a default one (`Detection()`) and another that takes an instance of `Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection` as a parameter."],["The class has two properties: `Binary` (a string representing the name of the binary) and `PercentPagesMatched` (a double representing the percentage of matched memory page hashes)."]]],[]]