IRegiisUtility.ProtectedConfigAction Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Allows specific manipulation of configuration sections and assembly-key containers based on the supplied parameters.

Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)

void ProtectedConfigAction (
	long long actionToPerform, 
	[InAttribute] String^ firstArgument, 
	[InAttribute] String^ secondArgument, 
	[InAttribute] String^ providerName, 
	[InAttribute] String^ appPath, 
	[InAttribute] String^ site, 
	[InAttribute] String^ cspOrLocation, 
	int keySize, 
	[OutAttribute] IntPtr% exception
)
void ProtectedConfigAction (
	long actionToPerform, 
	/** @attribute InAttribute() */ String firstArgument, 
	/** @attribute InAttribute() */ String secondArgument, 
	/** @attribute InAttribute() */ String providerName, 
	/** @attribute InAttribute() */ String appPath, 
	/** @attribute InAttribute() */ String site, 
	/** @attribute InAttribute() */ String cspOrLocation, 
	int keySize, 
	/** @attribute OutAttribute() */ /** @ref */ IntPtr exception
)
Not applicable.

Parameters

actionToPerform

The type of action to perform.

firstArgument

A configuration section or assembly-key container name.

secondArgument

The configuration file name or account name.

providerName

The provider name.

appPath

The application path.

site

The site reference.

cspOrLocation

The configuration location.

keySize

The size of the key.

exception

The exception to display.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: