Click or drag to resize

WebDavSessionClientCertificates Property

IT Hit WebDAV Classes Reference
Gets collection of certificates which will be attached to every request.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public X509CertificateCollection ClientCertificates { get; }

Property Value

Type: X509CertificateCollection
Remarks
Use this property to add and remove certificates required by server.
See Also