AppDomain::ApplicationIdentity Property

 

Gets the identity of the application in the application domain.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property ApplicationIdentity^ ApplicationIdentity {
	[SecurityCriticalAttribute]
	ApplicationIdentity^ get();
}

Property Value

Type: System::ApplicationIdentity^

An object that identifies the application in the application domain.

SecurityCriticalAttribute

Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

.NET Framework
Available since 2.0
Return to top
Show: