Dart.Sockets Namespace > ClientSecurity Class : Certificates Property |
'Declaration Public Property Certificates As X509CertificateCollection
'Usage Dim instance As ClientSecurity Dim value As X509CertificateCollection instance.Certificates = value value = instance.Certificates
public X509CertificateCollection Certificates {get; set;}
public: __property X509CertificateCollection* get_Certificates(); public: __property void set_Certificates( X509CertificateCollection* value );
public: property X509CertificateCollection^ Certificates { X509CertificateCollection^ get(); void set ( X509CertificateCollection^ value); }
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.