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; } |