SecurityProtocol Enumerazione
Definizione
L'enumerazione SecurityProtocol consente di specificare il protocollo di sicurezza utilizzato da una connessione.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
- Ereditarietà
Campi
Pct1Client | 2 | Indica che il client utilizza il protocollo PCT1.Indicates that the client is using the PCT1 protocol. Il valore è pari a 2.The value is equal to 2. |
Pct1Server | 1 | Indica che il server utilizza il protocollo PCT1.Indicates that the server is using the PCT1 protocol. Il valore è pari a 1.The value is equal to 1. |
Ssl2Client | 8 | Indica che il client utilizza il protocollo SSL2.Indicates that the client is using the SSL2 protocol. Il valore è pari a 8.The value is equal to 8. |
Ssl2Server | 4 | Indica che il server utilizza il protocollo SSL2.Indicates that the server is using the SSL2 protocol. Il valore è pari a 4.The value is equal to 4. |
Ssl3Client | 32 | Indica che il client utilizza il protocollo SSL3.Indicates that the client is using the SSL3 protocol. Il valore è pari a 32.The value is equal to 32. |
Ssl3Server | 16 | Indica che il server utilizza il protocollo SSL3.Indicates that the server is using the SSL3 protocol. Il valore è pari a 16.The value is equal to 16. |
Tls1Client | 128 | Indica che il client utilizza il protocollo TLS1.Indicates that the client is using the TLS1 protocol. Il valore è pari a 128.The value is equal to 128. |
Tls1Server | 64 | Indica che il server utilizza il protocollo TLS1.Indicates that the server is using the TLS1 protocol. Il valore è pari a 64.The value is equal to 64. |