Gets or sets a collection of client certificates for the request.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Property ClientCertificates As CertificateCollection
	Get
	Set
C#
public CertificateCollection ClientCertificates { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also