ApplicationSecurityInfo.ApplicationId Property

Definition

Gets or sets the application identity information.

public:
 property ApplicationId ^ ApplicationId { ApplicationId ^ get(); void set(ApplicationId ^ value); };
public ApplicationId ApplicationId { get; set; }
member this.ApplicationId : ApplicationId with get, set
Public Property ApplicationId As ApplicationId

Property Value

An ApplicationId object.

Exceptions

Remarks

An application identity consists of the publisher's public key, the application name, the target processor architecture, the application culture, and the application version.

Applies to