<publisherIdentity> Element (ClickOnce Deployment)
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Contains information about the publisher that signed this deployment manifest.
Syntax
<publisherIdentity
name
issuerKeyHash
/>
Elements and Attributes
The publisherIdentity
element is required for signed manifests. The following table shows the attributes that the publisherIdentity
element supports.
Attribute | Description |
---|---|
name |
Required. Describes the identity of the party that published this application. |
issuerKeyHash |
Required. Contains the SHA-1 hash of the public key of the certificate issuer. |