StreamSocketInformation.ProtectionLevel プロパティ

定義

StreamSocket オブジェクトに設定された整合性と暗号化を表す保護レベルを取得します。

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

プロパティ値

StreamSocket オブジェクトに設定された整合性と暗号化を表す保護レベル。

Windows の要件

アプリの機能
ID_CAP_NETWORKING [Windows Phone]

適用対象

こちらもご覧ください