Skip to content

9d67d949 c71a 3368 7c0f 243f26a4bcdf

Fernando Garcia edited this page May 8, 2018 · 1 revision

ServerCredentialModel.SSL Property

Additional header content

Gets or sets a value indicating whether uses Secure Sockets Layer (SSL) to encrypt the connection.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public YesNo SSL { get; set; }

VB

Public Property SSL As YesNo
	Get
	Set

Property Value

Type: YesNo
Yes uses Secure Sockets Layer (SSL) to encrypt the connection; otherwise, No. The default is Yes.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Credential SSL="Yes|No" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

Examples

XML

<Credential SSL="Yes" Name="firstcredential" UserName="[email protected]" password="pwd" Host="smtp.gmail.com"/>

See Also

Reference

ServerCredentialModel Class
iTin.Export.Model Namespace

Clone this wiki locally