StorePermissionAttribute::RemoveFromStore Property

 

Gets or sets a value indicating whether the code is permitted to remove a certificate from a store.

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

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

Property Value

Type: System::Boolean

true if the ability to remove a certificate from a store is allowed; otherwise, false.

This ability should be granted only to highly trusted code because removing a certificate can result in a denial of service.

.NET Framework
Available since 2.0
Return to top
Show: