public sealed class 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
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `Detection` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically related to memory hash signature detection in the .NET environment."],["The `Detection` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available is 3.24.0, with a history of versions dating back to 2.2.0, all under the context of `Google.Cloud.SecurityCenter.V1.Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection`."],["The class includes two constructors: a default constructor `Detection()` and one that accepts another `Detection` instance as a parameter, `Detection(Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection)`."],["The `Detection` class has properties `Binary`, which holds the name of the binary associated with the detection, and `PercentPagesMatched`, which indicates the percentage of matched memory page hashes."]]],[]]