PublisherInfo interface

Represents the publisher information of a process/rule

Properties

binaryName

The "OriginalName" field taken from the file's version resource

productName

The product name taken from the file's version resource

publisherName

The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country

version

The binary file version taken from the file's version resource

Property Details

binaryName

The "OriginalName" field taken from the file's version resource

binaryName?: string

Property Value

string

productName

The product name taken from the file's version resource

productName?: string

Property Value

string

publisherName

The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country

publisherName?: string

Property Value

string

version

The binary file version taken from the file's version resource

version?: string

Property Value

string