다음을 통해 공유


AllJoynBusAttachment.AuthenticationMechanisms 속성

정의

중요

Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 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 인터페이스는 "없음" 값을 무시합니다.

적용 대상