| SmtpConfigurationSsl Property |
Get the SSL setting
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool Ssl { get; set; }
Public Property Ssl As Boolean
Get
Set
public:
property bool Ssl {
bool get ();
void set (bool value);
}
member Ssl : bool with get, set
Property Value
Type:
BooleanSee Also