Share via


StreamSocketInformation.ProtectionLevel Propriété

Définition

Obtient le niveau de protection qui représente l’intégrité et le chiffrement définis sur un objet StreamSocket .

public:
 property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); };
SocketProtectionLevel ProtectionLevel();
public SocketProtectionLevel ProtectionLevel { get; }
var socketProtectionLevel = streamSocketInformation.protectionLevel;
Public ReadOnly Property ProtectionLevel As SocketProtectionLevel

Valeur de propriété

Niveau de protection qui représente l’ensemble d’intégrité et de chiffrement sur un objet StreamSocket .

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_NETWORKING [Windows Phone]

S’applique à

Voir aussi