--- title: "SecureConnectionLevel Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "reporting-services-native" ms.topic: conceptual api_name: - "SecureConnectionLevel" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "SecureConnectionLevel property" ms.assetid: fd5549e7-b874-41e2-866e-2f58caf6f733 author: maggiesMSFT ms.author: maggies manager: kfile --- # SecureConnectionLevel Property (WMI MSReportServer_ConfigurationSetting) Returns the secure connection level specified in the RSReportServer.config file. Read-only. ## Syntax ```vb Public Dim SecureConnectionLevel As Integer ``` ```csharp public Integer SecureConnectionLevel; ``` ## Property Values An `Integer` value that represents the secure connection level. The return values indicate that the SSL is either configured or not. A value of greater than or equal to 1 indicates that SSL is turned on. A value of 0 indicates that SSL is turned off. ## Example Code [MSReportServer_ConfigurationSetting Class](msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](msreportserver-configurationsetting-members.md)