public sealed class Indicator.Types.ProcessSignature.Types.MemoryHashSignature : IMessage<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature>, IBufferMessage, IMessageReference 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.
Implements
IMessageIndicatorTypesProcessSignatureTypesMemoryHashSignature, IEquatableIndicatorTypesProcessSignatureTypesMemoryHashSignature, IDeepCloneableIndicatorTypesProcessSignatureTypesMemoryHashSignature, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
MemoryHashSignature()
public MemoryHashSignature()MemoryHashSignature(MemoryHashSignature)
public MemoryHashSignature(Indicator.Types.ProcessSignature.Types.MemoryHashSignature other)| Parameter | |
|---|---|
| Name | Description |
other |
IndicatorTypesProcessSignatureTypesMemoryHashSignature |
Properties
BinaryFamily
public string BinaryFamily { get; set; }The binary family.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldIndicatorTypesProcessSignatureTypesMemoryHashSignatureTypesDetection |
|