Método SetExtendedProtectionSettings (WMI MSReportServer_ConfigurationSetting)

El método SetExtendedProtectionSettings se usa para establecer las propiedades RSWindowsExtendedProtectionScenario y RSWindowsExtendedProtectionLevel en el archivo de configuración RSReportServer.config de Reporting Services.

Sintaxis

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);

Parámetros

  • ExtendedProtectionLevel
    Establece el RSWindowsExtendedProtectionLevel en el archivo RSRreportserver.config. El valor es requerido y no distingue entre mayúsculas y minúsculas.

    En la lista siguiente se muestran los valores válidos:

    ”Off | Allow | Require”

  • ExtendedProtectionScenario
    Establece el RSWindowsExtendedProtectionScenario en el archivo RSReportserver.config. El valor es requerido y no distingue entre mayúsculas y minúsculas.

    En la lista siguiente se muestran los valores válidos:

    ”Any” | “Proxy” | “Direct”

Comentarios

Las propiedades RSWindowsExtendedProtectionLevel y RSWindowsExtendedProtectionScenario se aplican cuando AuthenticationTypes del archivo RSReportServer.config incluye RSWindowNTLM, RSWindowsNegotiate o RSWindowsKerberos. El establecimiento de estas propiedades afecta al modo en que los usuarios y el software cliente se autentican con un servidor de informes. Se recomienda leer la documentación sobre protección extendida antes de establecer ExtendedProtectionLevel en Permitir o Requerir.

Para establecer ExtendedProtectionLevel, el usuario debe ser miembro del grupo de administradores integrado (BUILTIN\Administrators) en el servidor de informes.

Requisitos

Espacio de nombres: raíz\Microsoft\SqlServer\servidorDeInformes\RS_<nombreDeInstanciaCodificado>\v10\Admin

Plataforma: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional con Service Pack 2 (SP2) o Service Pack 1 (SP1) o Windows 2000 (todas las versiones)