Show / Hide Table of Contents

Class FileMetadataCodesign

File metadata from the codesign utility.

Inheritance
object
FileMetadataCodesign
Implements
IMessage<FileMetadataCodesign>
IEquatable<FileMetadataCodesign>
IDeepCloneable<FileMetadataCodesign>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class FileMetadataCodesign : IMessage<FileMetadataCodesign>, IEquatable<FileMetadataCodesign>, IDeepCloneable<FileMetadataCodesign>, IBufferMessage, IMessage

Constructors

FileMetadataCodesign()

Declaration
public FileMetadataCodesign()

FileMetadataCodesign(FileMetadataCodesign)

Declaration
public FileMetadataCodesign(FileMetadataCodesign other)
Parameters
Type Name Description
FileMetadataCodesign other

Properties

CompilationTime

Code sign timestamp

Declaration
public Timestamp CompilationTime { get; set; }
Property Value
Type Description
Timestamp

Format

Code sign format.

Declaration
public string Format { get; set; }
Property Value
Type Description
string

Id

Code sign identifier.

Declaration
public string Id { get; set; }
Property Value
Type Description
string

TeamId

The assigned team identifier of the developer who signed the application.

Declaration
public string TeamId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX