Google Cloud Security Command Center v1 API - Class Indicator.Types.ProcessSignature.Types.MemoryHashSignature (3.8.0)

public sealed class MemoryHashSignature : IMessage<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.

A signature corresponding to memory page hashes.

Inheritance

Object > Indicator.Types.ProcessSignature.Types.MemoryHashSignature

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

MemoryHashSignature()

public MemoryHashSignature()

MemoryHashSignature(Indicator.Types.ProcessSignature.Types.MemoryHashSignature)

public MemoryHashSignature(Indicator.Types.ProcessSignature.Types.MemoryHashSignature other)
Parameter
NameDescription
otherIndicator.Types.ProcessSignature.Types.MemoryHashSignature

Properties

BinaryFamily

public string BinaryFamily { get; set; }

The binary family.

Property Value
TypeDescription
String

Detections

public RepeatedField<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection> Detections { get; }

The list of memory hash detections contributing to the binary family match.

Property Value
TypeDescription
RepeatedField<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>