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; }
Public ReadOnly Property ClientCertificates As X509CertificateCollection
Get
public:
property X509CertificateCollection^ ClientCertificates {
X509CertificateCollection^ get ();
}
member ClientCertificates : X509CertificateCollection with get
Property Value
Type:
X509CertificateCollectionRemarks Use this property to add and remove certificates required by server.
See Also