你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PublisherInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |