共用方式為


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。

適用於

另請參閱