Class HttpPipelineTransportOptions | Azure SDK for .NET
David Richardson
Published Feb 16, 2026
Inheritance
System.Object
HttpPipelineTransportOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Core.dll
Syntax
public class HttpPipelineTransportOptions Constructors
HttpPipelineTransportOptions()
Declaration
public HttpPipelineTransportOptions (); Properties
ClientCertificates
The client certificate collection that will be configured for the transport.
Declaration
public System.Collections.Generic.IList<System.Security.Cryptography.X509Certificates.X509Certificate2> ClientCertificates { get; } Property Value
| System.Collections.Generic.IList<System.Security.Cryptography.X509Certificates.X509Certificate2> |
ServerCertificateCustomValidationCallback
A delegate that validates the certificate presented by the server.
Declaration
public Func<Azure.Core.Pipeline.ServerCertificateCustomValidationArgs,bool> ServerCertificateCustomValidationCallback { get; set; }