Skip to content

Overload_NChronicle_SMTP_Configuration_SmtpChronicleLibraryConfiguration_WithCredentials

Andrew James edited this page Aug 3, 2017 · 1 revision

SmtpChronicleLibraryConfiguration.WithCredentials Method

Overload List

 

Name Description
Public method WithCredentials(X509Certificate[]) Set certificate(s) to use to authenticate the sender when sending emails. This applies only whilst using the Network method, and automatically sets all emails to be sent via a secure SSL connection. This is not persisted when writing the SmtpChronicleLibrary to XML.
Public method WithCredentials(String, SecureString, String) Set the credentials to use to authenticate the sender when sending emails. This applies only whilst using the Network method.
Public method WithCredentials(String, String, String) Set the credentials to use to authenticate the sender when sending emails. This applies only whilst using the Network method.
  Back to Top

See Also

Reference

SmtpChronicleLibraryConfiguration Class
NChronicle.SMTP.Configuration Namespace

Clone this wiki locally