HttpTransportInformation.ServerCertificateErrors Property

Definition

Gets the list of errors that occurred making an SSL connection.

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

Property Value

The list of errors that occurred making an SSL connection.

Applies to

See also