AllJoynCredentialsVerificationRequestedEventArgs.PeerUniqueName 属性

定义

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen Alliance 赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如开灯和关灯以及读取温度。 有关替代项(如 IoTivity LiteIoTivity),请参阅 iotivity.org 网站。

要进行身份验证的远程应用的唯一总线名称。

public:
 property Platform::String ^ PeerUniqueName { Platform::String ^ get(); };
winrt::hstring PeerUniqueName();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsVerificationRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring PeerUniqueName();
public string PeerUniqueName { get; }
public string PeerUniqueName { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsVerificationRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynCredentialsVerificationRequestedEventArgs.peerUniqueName;
Public ReadOnly Property PeerUniqueName As String

属性值

String

Platform::String

winrt::hstring

唯一的总线名称。

属性

Windows 要求

应用功能
allJoyn

适用于