public sealed class Indicator.Types.ProcessSignature.Types.YaraRuleSignature : IMessage<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Indicator.Types.ProcessSignature.Types.YaraRuleSignature.
[[["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 `YaraRuleSignature` class within the Security Command Center v2 API, specifically in the `Google.Cloud.SecurityCenter.V2` namespace."],["The `YaraRuleSignature` class represents a signature based on a YARA rule and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains a single public string property, `YaraRule`, which represents the name of the YARA rule."],["There are two constructors available for the `YaraRuleSignature` class, one parameterless and one that takes another `YaraRuleSignature` object."]]],[]]