你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerCertificateCustomValidationArgs Class

Definition

Enables configuration of options for the HttpClientTransport

public class ServerCertificateCustomValidationArgs
type ServerCertificateCustomValidationArgs = class
Public Class ServerCertificateCustomValidationArgs
Inheritance
ServerCertificateCustomValidationArgs

Constructors

ServerCertificateCustomValidationArgs(X509Certificate2, X509Chain, SslPolicyErrors)

Initializes an instance of ServerCertificateCustomValidationArgs.

Properties

Certificate

The certificate used to authenticate the remote party.

CertificateAuthorityChain

The chain of certificate authorities associated with the remote certificate.

SslPolicyErrors

One or more errors associated with the remote certificate.

Applies to