SecurityProtocol Enumeração
Definição
A enumeração SecurityProtocol é usada para especificar o protocolo de segurança usado por uma conexão.The SecurityProtocol enumeration is used to specify the security protocol used by a connection.
public enum class SecurityProtocol
public enum SecurityProtocol
type SecurityProtocol =
Public Enum SecurityProtocol
- Herança
Campos
| Pct1Client | 2 | Indica que o cliente está usando o protocolo PCT1.Indicates that the client is using the PCT1 protocol. O valor é igual a 2.The value is equal to 2. |
| Pct1Server | 1 | Indica que o servidor está usando o protocolo PCT1.Indicates that the server is using the PCT1 protocol. O valor é igual a 1.The value is equal to 1. |
| Ssl2Client | 8 | Indica que o cliente está usando o protocolo SSL2.Indicates that the client is using the SSL2 protocol. O valor é igual a 8.The value is equal to 8. |
| Ssl2Server | 4 | Indica que o servidor está usando o protocolo SSL2.Indicates that the server is using the SSL2 protocol. O valor é igual a 4.The value is equal to 4. |
| Ssl3Client | 32 | Indica que o cliente está usando o protocolo SSL3.Indicates that the client is using the SSL3 protocol. O valor é igual a 32.The value is equal to 32. |
| Ssl3Server | 16 | Indica que o servidor está usando o protocolo SSL3.Indicates that the server is using the SSL3 protocol. O valor é igual a 16.The value is equal to 16. |
| Tls1Client | 128 | Indica que o cliente está usando o protocolo TLS1.Indicates that the client is using the TLS1 protocol. O valor é igual a 128.The value is equal to 128. |
| Tls1Server | 64 | Indica que o servidor está usando o protocolo TLS1.Indicates that the server is using the TLS1 protocol. O valor é igual a 64.The value is equal to 64. |