次の方法で共有


RegiisUtility.ProtectedConfigAction メソッド

定義

指定されたパラメーターに基づいて構成セクションおよびアセンブリ キー コンテナーの特定の操作を実行できます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual void ProtectedConfigAction(long options, 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 options, 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
override this.ProtectedConfigAction : int64 * string * string * string * string * string * string * int * nativeint -> unit
Public Sub ProtectedConfigAction (options 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)

パラメーター

options
Int64

実行するアクションの種類。

firstArgument
String

構成セクションまたはアセンブリ キー コンテナーの名前。

secondArgument
String

構成ファイル名またはアカウント名。

providerName
String

プロバイダー名。

appPath
String

アプリケーション パス。

site
String

参照するサイト。

cspOrLocation
String

構成の位置。

keySize
Int32

キーのサイズです。

exception
IntPtr

nativeint

表示する例外。

実装

注釈

メソッドは ProtectedConfigAction 、構成内のセクションを保護および保護解除するために内部的に使用されます。 メソッドでは ProtectedConfigAction 、アセンブリ キーコンテナーの操作もサポートされています。

適用対象