StreamSocketInformation.SessionKey 属性

定义

获取表示由邻近设备交换的专用共享机密的字节数组。

public:
 property IBuffer ^ SessionKey { IBuffer ^ get(); };
IBuffer SessionKey();
public IBuffer SessionKey { get; }
var iBuffer = streamSocketInformation.sessionKey;
Public ReadOnly Property SessionKey As IBuffer

属性值

表示由邻近设备交换的专用共享机密的字节数组。

Windows 要求

应用功能
ID_CAP_NETWORKING [Windows Phone]

注解

SessionKey 属性仅用于通过点击启动时由邻近设备创建的 StreamSocket 对象。 点击设备的 SessionKey 属性可能包含具有专用共享机密的数组。 点击设备不需要专用共享机密,因此此属性可以为 null。

对于通过点击启动的邻近设备,SessionKey 属性可以传递给 Crypto 运行时类来处理加密。 有关详细信息,请参阅 支持邻近感应和点击Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider 类和相关类。

对于未通过点击启动的其他 StreamSocket 对象,SessionKey 属性始终为 null。

适用于

另请参阅