AllJoynBusAttachment.AuthenticationMechanisms 属性

定义

重要

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

表示可接受的身份验证机制的 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 接口进行协商。 任何标记为安全的 API 接口都将忽略“None”值。

适用于