PowerTCP FTP for .NET
Certificates Property



Gets or sets a collection of client certificates to use during authentication.
Syntax
Public Property Certificates As X509CertificateCollection
Dim instance As ClientSecurity
Dim value As X509CertificateCollection
 
instance.Certificates = value
 
value = instance.Certificates
public X509CertificateCollection Certificates {get; set;}
public:
property X509CertificateCollection^ Certificates {
   X509CertificateCollection^ get();
   void set (    X509CertificateCollection^ value);
}
Remarks

If SelectionCallback is not null, the certificate chosen in the delegate will supercede any certificate present in this collection.

The first certificate in this collection that passes Microsoft's validation checks will be used during authentication.

See Also

Reference

ClientSecurity Class
ClientSecurity Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic