WebDavSession.ClientCertificates Property

IT Hit WebDAV for .NET

Gets collection of certificates which will be attached to every request.

[Visual Basic]
Public ReadOnly Property ClientCertificates As X509CertificateCollection
[C#]
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates {get;}

Remarks

Use this property to add and remove certificates required by server.

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace