Specifies whether to accept all server certificates by default. This is strongly discouraged in production environment.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Property SslAcceptAllCertificates As Boolean Get Set |
| C# |
|---|
public bool SslAcceptAllCertificates { get; set; } |