AllJoynBusAttachment.AuthenticationMechanisms プロパティ

定義

重要

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

許容される認証メカニズムを表す AllJoynAuthenticationMechanism オブジェクトの一覧。 既定値には、Rsa と None が含まれます。

public:
 property IVector<AllJoynAuthenticationMechanism> ^ AuthenticationMechanisms { IVector<AllJoynAuthenticationMechanism> ^ get(); };
IVector<AllJoynAuthenticationMechanism> AuthenticationMechanisms();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IVector<AllJoynAuthenticationMechanism> AuthenticationMechanisms();
public IList<AllJoynAuthenticationMechanism> AuthenticationMechanisms { get; }
public IList<AllJoynAuthenticationMechanism> AuthenticationMechanisms { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iVector = allJoynBusAttachment.authenticationMechanisms;
Public ReadOnly Property AuthenticationMechanisms As IList(Of AllJoynAuthenticationMechanism)

プロパティ値

サポートされている認証メカニズム。

属性

Windows の要件

アプリの機能
allJoyn

注釈

これらの値は、API インターフェイスごとにネゴシエートするために使用されます。 secure としてマークされた API インターフェイスは、"None" 値を無視します。

適用対象