ApplicationIdentity 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.
Provides a unique identifier for a ClickOnce application.
public ref class ApplicationIdentity sealed
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class ApplicationIdentity
[<System.Runtime.InteropServices.ComVisible(false)>]
type ApplicationIdentity = class
Public NotInheritable Class ApplicationIdentity
- Inheritance
-
ApplicationIdentity
- Attributes
Constructors
ApplicationIdentity(String, AssemblyIdentity, AssemblyIdentity) |
Initializes a new instance of the ApplicationIdentity class. |
ApplicationIdentity(String, String, String) |
Initializes a new instance of the ApplicationIdentity class. |
Methods
ToString() |
Returns the full ClickOnce application identity. |