Freigeben über


IRegiisUtility.ProtectedConfigAction Methode

Definition

Ermöglicht die spezifische bestimmte Bearbeitung von Konfigurationsabschnitten und Assemblyschlüsselcontainern auf Grundlage der angegebenen Parameter.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 void ProtectedConfigAction(long actionToPerform, System::String ^ firstArgument, System::String ^ secondArgument, System::String ^ providerName, System::String ^ appPath, System::String ^ site, System::String ^ cspOrLocation, int keySize, [Runtime::InteropServices::Out] IntPtr % exception);
public void ProtectedConfigAction (long actionToPerform, string firstArgument, string secondArgument, string providerName, string appPath, string site, string cspOrLocation, int keySize, out IntPtr exception);
abstract member ProtectedConfigAction : int64 * string * string * string * string * string * string * int * nativeint -> unit
Public Sub ProtectedConfigAction (actionToPerform As Long, firstArgument As String, secondArgument As String, providerName As String, appPath As String, site As String, cspOrLocation As String, keySize As Integer, ByRef exception As IntPtr)

Parameter

actionToPerform
Int64

Der Typ der auszuführenden Aktion.

firstArgument
String

Ein Konfigurationsabschnitt oder der Name eines Assemblyschlüsselcontainers.

secondArgument
String

Der Name der Konfigurationsdatei oder der Kontoname.

providerName
String

Der Anbietername.

appPath
String

Der Pfad der Anwendung.

site
String

Das Verweis auf die Site.

cspOrLocation
String

Der Speicherort der Konfiguration.

keySize
Int32

Die Größe des Schlüssels.

exception
IntPtr

nativeint

Die Ausnahme, die angezeigt werden soll.

Gilt für