PowerTCP Mail 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* get_Certificates();
public: __property void set_Certificates( 
   X509CertificateCollection* value
);
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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic