ApplicationTrust::Persist Property

 

Gets or sets a value indicating whether application trust information is persisted.

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

public:
property bool Persist {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if application trust information is persisted; otherwise, false. The default is false.

When the Persist property is true, application trust information is saved to the ClickOnce application store.

.NET Framework
Available since 2.0
Return to top
Show: