ConfigurationSetting 메서드 - ListSSLCertificates

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

구문

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, CertName 및 HostName 배열의 길이를 나타냅니다.

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

반환 값

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

요구 사항

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

MSReportServer_ConfigurationSetting 멤버