|
SecureProtocol Enumeration |
Protocol used for secure (HTTPS) connections.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum SecureProtocol
Public Enumeration SecureProtocol
Members
| Member name | Value | Description |
---|
| Tls11OrNewer | 0 |
TLS 1.1 or newer. Recommended value.
|
| Tls10 | 1 |
TLS 1.0 only.
|
| Ssl3 | 2 |
SSL v3 only.
|
See Also