다음을 통해 공유


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

표시할 예외입니다.

적용 대상