ListSSLCertificateBindings 메서드(WMI MSReportServer_ConfigurationSetting)

컴퓨터에 설치된 SSL 인증서 목록을 반환합니다.

구문

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
    반환되는 오류 메시지에 사용할 로캘입니다.

  • Application[]
    [out] 인증서 바인딩이 있는 응용 프로그램입니다.

  • CertificateHash[]
    [out] 인증서에 대한 해시입니다.

  • IPAddress[]
    [out] 응용 프로그램의 IP 주소입니다.

  • Port[]
    [out] rsreportserver.config의 바인딩에 저장되는 포트 번호입니다.

  • Errors[]
    [out] 발생한 오류에 대한 설명입니다.

  • Length
    [out] 메서드에서 반환된 배열의 길이입니다.

  • HRESULT
    [out] 호출의 성공 여부를 나타내는 값입니다.

반환 값

메서드 호출의 성공 또는 실패를 나타내는 HRESULT를 반환합니다. 0 값은 메서드 호출이 성공했음을 나타냅니다. 0 이외의 값은 오류가 발생했음을 나타냅니다.

요구 사항

**네임스페이스:**root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin

**플랫폼:**Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional SP2(서비스 팩 2) 또는 SP1(서비스 팩 1) 또는 Windows 2000(모든 버전)