다음을 통해 공유


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 어셈블리 키 컨테이너 조작을 지원 합니다.

적용 대상