StorePermissionAttribute::CreateStore Property

 

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

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

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

Property Value

Type: System::Boolean

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

New stores are created by calling the X509Store::Open method.

.NET Framework
Available since 2.0
Return to top
Show: