PublisherInfo Constructors
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.
Overloads
PublisherInfo() |
Initializes a new instance of the PublisherInfo class. |
PublisherInfo(String, String, String, String) |
Initializes a new instance of the PublisherInfo class. |
PublisherInfo()
Initializes a new instance of the PublisherInfo class.
public PublisherInfo ();
Public Sub New ()
Applies to
PublisherInfo(String, String, String, String)
Initializes a new instance of the PublisherInfo class.
public PublisherInfo (string publisherName = default, string productName = default, string binaryName = default, string version = default);
new Microsoft.Azure.Management.Security.Models.PublisherInfo : string * string * string * string -> Microsoft.Azure.Management.Security.Models.PublisherInfo
Public Sub New (Optional publisherName As String = Nothing, Optional productName As String = Nothing, Optional binaryName As String = Nothing, Optional version As String = Nothing)
Parameters
- publisherName
- String
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
- productName
- String
The product name taken from the file's version resource
- binaryName
- String
The "OriginalName" field taken from the file's version resource
- version
- String
The binary file version taken from the file's version resource