PublisherInfo Class

Represents the publisher information of a process/rule.

Inheritance
PublisherInfo

Constructor

PublisherInfo(*, publisher_name: Optional[str] = None, product_name: Optional[str] = None, binary_name: Optional[str] = None, version: Optional[str] = None, **kwargs)

Parameters

publisher_name
str
Required

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.

product_name
str
Required

The product name taken from the file's version resource.

binary_name
str
Required

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

version
str
Required

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