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 available for `ProcessSignature` is 3.24.0, and the page lists multiple previous versions down to 2.2.0, with direct links to their respective documentation."],["The `ProcessSignature` class indicates a signature that matched a process and can identify matches via `MemoryHashSignature` or `YaraRuleSignature` properties, corresponding to binary family or YARA rule matches respectively."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting a role within a larger message-based communication or data structure system."],["`ProcessSignature` class contains two constructors, one without any parameters and one that takes in another `ProcessSignature` as an argument, allowing for default creation or cloning of instances."]]],[]]