次の方法で共有


AllJoynAuthenticationCompleteEventArgs.PeerUniqueName プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

認証されるコンシューマーの一意のバス名。 開始側では、これは認証されるリモート アプリの一意のバス名になります。 受け入れ側では、これはリモート アプリの一意のバス名になります。

public:
 property Platform::String ^ PeerUniqueName { Platform::String ^ get(); };
winrt::hstring PeerUniqueName();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAuthenticationCompleteEventArgs 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("AllJoynAuthenticationCompleteEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynAuthenticationCompleteEventArgs.peerUniqueName;
Public ReadOnly Property PeerUniqueName As String

プロパティ値

String

Platform::String

winrt::hstring

一意のバス名。

属性

Windows の要件

アプリの機能
allJoyn

適用対象