ApplicationTrust::ApplicationIdentity Property
.NET Framework (current version)
Gets or sets the application identity for the application trust object.
Assembly: mscorlib (in mscorlib.dll)
public: property ApplicationIdentity^ ApplicationIdentity { ApplicationIdentity^ get(); void set(ApplicationIdentity^ value); }
Property Value
Type: System::ApplicationIdentity^An ApplicationIdentity for the application trust object.
| Exception | Condition |
|---|---|
| ArgumentNullException | ApplicationIdentity cannot be set because it has a value of null. |
The ApplicationIdentity property uniquely identifies a manifest-based application to be activated in a new domain.
.NET Framework
Available since 2.0
Available since 2.0
Show: