ConfigurationSetting 메서드 - SetExtendedProtectionSettings
SetExtendedProtectionSettings 메서드는 Reporting Services 구성 파일인 RSReportServer.config
에서 RSWindowsExtendedProtectionLevel 및 RSWindowsExtendedProtectionScenario 속성을 설정하는 데 사용됩니다.
구문
Public Sub SetExtendedProtectionSettings( _
ByVal ExtendedProtectionLevel As String, _
ByVal ExtendedProtectionScenario As String, _
ByRef Warnings() As String, _
ByRef Length As Int32, _
ByRef HRESULT As Int32)
public void SetExtendedProtectionSettings(
string ExtendedProtectionLevel,
string ExtendedProtectionScenario,
out string[] Warnings,
out Int32 Length,
out Int32 HRESULT);
매개 변수
ExtendedProtectionLevel
RSRreportserver.config
파일에서 RSWindowsExtendedProtectionLevel을 설정합니다. 요구 값은 대/소문자를 구분하지 않습니다.
다음 목록은 유효한 값을 보여줍니다.
"Off | Allow | Require"
ExtendedProtectionScenario
RSReportserver.config
파일에서 RSWindowsExtendedProtectionScenario를 설정합니다. 요구 값은 대/소문자를 구분하지 않습니다.
다음 목록은 유효한 값을 보여줍니다.
"Any" | "Proxy" | "Direct"
설명
RSWindowsExtendedProtectionLevel 및 RSWindowsExtendedProtectionScenario 속성은 RSReportServer.config
파일의 AuthenticationTypes에 RSWindowNTLM, RSWindowsNegotiate 또는 RSWindowsKerberos가 포함될 때 적용됩니다. 이러한 속성을 설정하면 사용자와 클라이언트 소프트웨어가 보고서 서버에 인증하는 방식에 영향을 줍니다. ExtendedProtectionLevel을 허용 또는 요구로 설정하기 전에 확장된 보호에 대한 설명서를 읽어야 합니다.
ExtendedProtectionLevel을 설정하려면 사용자가 보고서 서버의 BUILTIN\Administrators
그룹의 멤버여야 합니다.
요구 사항
네임스페이스: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin