public sealed class ProcessSignature : IMessage<Indicator.Types.ProcessSignature>, IEquatable<Indicator.Types.ProcessSignature>, IDeepCloneable<Indicator.Types.ProcessSignature>, 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 provides documentation for the `ProcessSignature` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The latest version documented is 3.24.0, with a history of versions dating back to 2.2.0, all related to the `ProcessSignature` type within Google Cloud Security Center."],["The `ProcessSignature` class identifies matched process signatures and offers two specific signature types: `MemoryHashSignature`, indicating a matched binary family, and `YaraRuleSignature`, indicating a matched YARA rule."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for use with Google Protocol Buffers."],["The class inherits from `Object`, as well as listing inherited methods, and includes two constructors: a parameterless one and another allowing for a copy of another instance of the class."]]],[]]