Specifies whether to accept all server certificates by default. This is strongly discouraged in production environment.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property SslAcceptAllCertificates As Boolean
	Get
	Set
C#
public bool SslAcceptAllCertificates { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also