Show / Hide Table of Contents

Class SignatureInfo

File signature information extracted from different tools.

Inheritance
object
SignatureInfo
Implements
IMessage<SignatureInfo>
IEquatable<SignatureInfo>
IDeepCloneable<SignatureInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX