ConfigurationSetting 메서드 - SetExtendedProtection설정

SetExtendedProtection설정 메서드는 Reporting Services 구성 파일RSReportServer.config에서 RSWindowsExtendedProtectionLevelRSWindowsExtendedProtectionScenario 속성을 설정하는 데 사용됩니다.

구문

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
파일에서 RSWindowsExtendedProtectionLevelRSRreportserver.config 설정합니다. 필요한 값은 대/소문자를 구분하지 않습니다.

다음 목록에는 유효한 값이 나와 있습니다.

"Off | Allow | Require"

ExtendedProtectionScenario
파일에서 RSWindowsExtendedProtectionScenarioRSReportserver.config 설정합니다. 필요한 값은 대/소문자를 구분하지 않습니다.

다음 목록에는 유효한 값이 나와 있습니다.

"Any" | "Proxy" | "Direct"

설명

RSWindowsExtendedProtectionLevel 및 RSWindowsExtendedProtectionScenario 속성은 파일의 AuthenticationTypesRSReportServer.config RSWindowNTLM, RSWindowsNegotiate 또는 RSWindowsKerberos가 포함될 때 적용됩니다. 이러한 속성을 설정하면 사용자와 클라이언트 소프트웨어가 보고서 서버에 인증하는 방식에 영향을 줍니다. ExtendedProtectionLevel을 허용 또는 요구로 설정하기 전에 확장된 보호에 대한 설명서를 읽어야 합니다.

ExtendedProtectionLevel을 설정하려면 사용자가 보고서 서버에서 BUILTIN\Administrators 그룹의 구성원이어야 합니다.

요구 사항

네임스페이스:root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin

RSWindowsExtendedProtectionScenario 속성(WMI MSReportServer_ConfigurationSetting)
RSWindowsExtendedProtectionLevel 속성(WMI MSReportServer_ConfigurationSetting)
Reporting Services를 사용한 인증에 대한 확장된 보호
RsReportServer.config 구성 파일