StreamSocketInformation.ProtectionLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the protection level that represents the integrity and encryption set on a StreamSocket object.
public:
property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); };
SocketProtectionLevel ProtectionLevel();
public SocketProtectionLevel ProtectionLevel { get; }
var socketProtectionLevel = streamSocketInformation.protectionLevel;
Public ReadOnly Property ProtectionLevel As SocketProtectionLevel
Property Value
The protection level that represents the integrity and encryption set on a StreamSocket object.
Windows requirements
App capabilities |
ID_CAP_NETWORKING [Windows Phone]
|