StreamSocketControl.MinProtectionLevel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Limite la version du protocole TLS qui sera négociée lorsque le développeur utilise les méthodes ConnectAsync() ou UpgradeToSslAsync() qui nécessitent TLS.
public:
property SocketProtectionLevel MinProtectionLevel { SocketProtectionLevel get(); void set(SocketProtectionLevel value); };
SocketProtectionLevel MinProtectionLevel();
void MinProtectionLevel(SocketProtectionLevel value);
public SocketProtectionLevel MinProtectionLevel { get; set; }
var socketProtectionLevel = streamSocketControl.minProtectionLevel;
streamSocketControl.minProtectionLevel = socketProtectionLevel;
Public Property MinProtectionLevel As SocketProtectionLevel
Valeur de propriété
Membre d’énumération SocketProtectionLevel indiquant le niveau de protection du socket.
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Lorsque le serveur ne respecte pas la version TLS spécifiée par MinProtectionLevel, l’exécution connectAsync() et/ou UpgradeToSslAsnc() correspondante se comporte comme si le serveur ne prenait pas en charge SSL ou TLS.