ListSSLCertificateBindings Method (WMI MSReportServer_ConfigurationSetting)
SQL Server 2008 R2
Returns a list of installed SSL certificates on the computer.
Public Sub ListSSLCertificateBindings(ByVal LCID As Int32, ByRef Application() As String, _ ByRef CertificateHash() As String, ByRef IPAddresses() As String, ByRef Port() As Int32, _ ByRef Errors() As String, ByRef Length As Int32, _ ByRef HRESULT As Int32)
public void ListSSLCertificateBindings(Int32 Lcid, out string[] Application, out string[] CertificateHash,out string[] IPAddress, out Int32[] Port, out string Errors, out Int32 length, out Int32 HRESULT);
Namespace: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)
