IRegiisUtility.ProtectedConfigAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたパラメーターに基づいて構成セクションおよびアセンブリ キー コンテナーの特定の操作を実行できます。
この 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
表示する例外。