ApplicationTrust::ExtraInfo Property

 

Gets or sets extra security information about the application.

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

public:
property Object^ ExtraInfo {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An object containing additional security information about the application.

.NET Framework
Available since 2.0
Return to top
Show: