ApplicationTrust Constructor (ApplicationIdentity^)

 

Initializes a new instance of the ApplicationTrust class with an ApplicationIdentity.

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

public:
ApplicationTrust(
	ApplicationIdentity^ applicationIdentity
)

Parameters

applicationIdentity
Type: System::ApplicationIdentity^

An ApplicationIdentity that uniquely identifies an application.

An application identity contains the full name of the application and the location of its code base.

.NET Framework
Available since 2.0
Return to top
Show: