Share via


PublisherInfo Class

Definition

Represents the publisher information of a process/rule

public class PublisherInfo
type PublisherInfo = class
Public Class PublisherInfo
Inheritance
PublisherInfo

Constructors

PublisherInfo()

Initializes a new instance of the PublisherInfo class.

PublisherInfo(String, String, String, String)

Initializes a new instance of the PublisherInfo class.

Properties

BinaryName

Gets or sets the "OriginalName" field taken from the file's version resource

ProductName

Gets or sets the product name taken from the file's version resource

PublisherName

Gets or sets 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

Gets or sets the binary file version taken from the file's version resource

Extension Methods

ConvertToPSType(PublisherInfo)

Applies to