ApplicationTrust.ApplicationIdentity Property

Definition

Gets or sets the application identity for the application trust object.

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

Property Value

An ApplicationIdentity for the application trust object.

Exceptions

ApplicationIdentity cannot be set because it has a value of null.

Remarks

The ApplicationIdentity property uniquely identifies a manifest-based application to be activated in a new domain.

Applies to