ApplicationTrust::ApplicationIdentity Property

 

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

Namespace:   System.Security.Policy
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
Return to top
Show: