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