StorePermissionAttribute::OpenStore Property

 

Gets or sets a value indicating whether the code is permitted to open a store.

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

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

Property Value

Type: System::Boolean

true if the ability to open a store is allowed; otherwise, false.

The ability to open a store does not include the ability to enumerate certificates (which raises privacy concerns) or to add or remove certificates (which raises security concerns).

.NET Framework
Available since 2.0
Return to top
Show: