次の方法で共有


IRegiisUtility.ProtectedConfigAction メソッド

定義

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

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

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)

パラメーター

actionToPerform
Int64

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

firstArgument
String

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

secondArgument
String

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

providerName
String

プロバイダー名。

appPath
String

アプリケーション パス。

site
String

参照するサイト。

cspOrLocation
String

構成の位置。

keySize
Int32

キーのサイズです。

exception
IntPtr

nativeint

表示する例外。

適用対象