Class SignatureInfo
File signature information extracted from different tools.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SignatureInfo : IMessage<SignatureInfo>, IEquatable<SignatureInfo>, IDeepCloneable<SignatureInfo>, IBufferMessage, IMessage
Constructors
SignatureInfo()
Declaration
public SignatureInfo()
SignatureInfo(SignatureInfo)
Declaration
public SignatureInfo(SignatureInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| SignatureInfo | other |
Properties
Codesign
Signature information extracted from the codesign utility.
Declaration
public FileMetadataCodesign Codesign { get; set; }
Property Value
| Type | Description |
|---|---|
| FileMetadataCodesign |
Sigcheck
Signature information extracted from the sigcheck tool.
Declaration
public FileMetadataSignatureInfo Sigcheck { get; set; }
Property Value
| Type | Description |
|---|---|
| FileMetadataSignatureInfo |