HttpSettings.

ClientCertificates Property

Summary

List of Client Certificates to be enclosed with the http request.
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpSettings

Syntax

public IList<X509Certificate2> ClientCertificates { get; set; }

Value

Type Description
IList<X509Certificate2>