ApplicationIdentity Class

Definition

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.

Applies to