ITlsHandshakeFeature Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa los detalles sobre el protocolo de enlace TLS.
public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature
Propiedades
| CipherAlgorithm |
Obtiene la estructura CipherAlgorithmType. |
| CipherStrength |
Obtiene la intensidad del cifrado. |
| HashAlgorithm |
Obtiene la estructura HashAlgorithmType. |
| HashStrength |
Obtiene la intensidad del hash. |
| KeyExchangeAlgorithm |
Obtiene la estructura KeyExchangeAlgorithm. |
| KeyExchangeStrength |
Obtiene la intensidad del algoritmo de intercambio de claves. |
| Protocol |
Obtiene la estructura SslProtocols. |