public sealed class YaraRuleSignature : IMessage<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, 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 `YaraRuleSignature` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically in the context of .NET development."],["The `YaraRuleSignature` class represents a signature based on a YARA rule and is designed to be used with Google Cloud Security Center's API."],["The documentation lists the availability of this class across various versions, ranging from 2.2.0 up to 3.24.0, with 3.24.0 being the latest version."],["The `YaraRuleSignature` class inherits from the `Object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `YaraRule` property of type `String` for storing the name of the YARA rule, along with constructors to initialize it."]]],[]]