다음을 통해 공유


ListSSLCertificates 메서드(WMI MSReportServer_ConfigurationSetting)

보고서 서버 컴퓨터의 인증서 목록을 반환합니다.

구문

Public Sub CreateSSLCertificateBinding (ByRef CertificateHash() as String, _  
    ByRef CertName() as String, ByRef HostName() as String, ByRef Length as Int32, _   
    ByRef HRESULT as Int32)  
public void ListSSLCertificates(out string[] CertificateHash,   
    out string[] CertName, out string[] Hostname, out Int32 length,   
    out Int32 HRESULT);  

매개 변수

CertificateHash[]
[out] 인증서 해시입니다.

CertName[]
[out] 인증서 이름입니다.

HostName[]
[out] 인증서의 호스트 이름입니다.

길이
[out] CertificateHash, CertNameHostName 배열의 길이를 나타냅니다.

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

Return Value

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

설명

요구 사항

네임스페이스: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v12\Admin

참고 항목

MSReportServer_ConfigurationSetting 멤버