StreamSocketInformation.ProtectionLevel Property

Definition

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]

Applies to

See also