Gets or sets a value indicating whether deprecated versions of TLS/SSL protocol
might be enabled using the Version property.
Currently deprecated versions: SSL 3.0.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Property AllowDeprecatedVersions As Boolean Get Set |
| C# |
|---|
public bool AllowDeprecatedVersions { get; set; } |