다음을 통해 공유


HttpTransportInformation.ServerIntermediateCertificates 속성

정의

HttpTransportInformation 개체에 대한 SSL 협상 중에 서버에서 보낸 중간 인증서를 가져옵니다.

public:
 property IVectorView<Certificate ^> ^ ServerIntermediateCertificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> ServerIntermediateCertificates();
public IReadOnlyList<Certificate> ServerIntermediateCertificates { get; }
var iVectorView = httpTransportInformation.serverIntermediateCertificates;
Public ReadOnly Property ServerIntermediateCertificates As IReadOnlyList(Of Certificate)

속성 값

HttpTransportInformation 개체에 대한 SSL 협상 중에 서버에서 보낸 인증서 집합입니다.

설명

이 속성은 SSL 연결에 사용되는 중간 서버 인증서를 반환합니다. 이러한 인증서는 SSL 연결 협상 중에 서버에서 제공합니다. 반환된 벡터의 Certificate 개체에 대한 속성을 사용하여 인증서에 대한 자세한 정보를 확인할 수 있습니다.

이 속성은 반환된 Certificate 개체를 사용하여 기본 연결보다 더 강력한 보안을 적용하는 데 사용할 수도 있습니다. 앱에 표준 SSL 협상보다 더 강력한 보안이 필요한 경우 CertificateChain 개체의 Certificate 개체 및 메서드에 대한 BuildChainAsync 메서드 및 기타 속성을 사용할 수 있습니다.

적용 대상

추가 정보