| title | ListSSLCertificateBindings method (WMI MSReportServer_ConfigurationSetting) | |
|---|---|---|
| description | ListSSLCertificateBindings method (WMI MSReportServer_ConfigurationSetting) | |
| ms.date | 09/25/2024 | |
| ms.service | reporting-services | |
| ms.subservice | wmi-provider-library-reference | |
| ms.topic | reference | |
| ms.custom |
|
|
| helpviewer_keywords |
|
Returns a list of installed TLS/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); LCID
The locale to use for the error messages that are returned.
Application[]
[out] The applications that have certificate bindings.
CertificateHash[]
[out] The hashes for the certificates.
IPAddress[]
[out] The IP address for the applications.
Port[]
[out] The port number stored in the binding in rsreportserver.config.
Errors[]
[out] The descriptions for errors that occurred.
Length
[out] The length of the array returned by the method.
HRESULT
[out] Value indicating whether the call succeeded or failed.
Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A nonzero value indicates that an error occurred.
Namespace: [!INCLUDEssRSWMInmspcA]