RegistryPermissionAttribute::Create Property

 

Gets or sets create-level access for the specified registry keys.

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

public:
property String^ Create {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A semicolon-separated list of registry key paths, for create-level access.

Key access implies access to all values it contains and all variables under it.

.NET Framework
Available since 1.1
Return to top
Show: