Freigeben über


AllJoynBusAttachment.AuthenticationMechanisms Eigenschaft

Definition

Wichtig

Die Typen im Windows.Devices.AllJoyn-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. AllJoyn – gesponsert von AllSeen Alliance – war ein Open-Source-Ermittlungs- und Kommunikationsprotokoll für IoT-Szenarien (Internet of Things), z. B. das Einschalten und Deaktivieren von Lichtern und lesetemperaturen. Alternativen wie IoTivity Lite und IoTivity finden Sie auf der website iotivity.org .

Eine Liste der AllJoynAuthenticationMechanism-Objekte , die die zulässigen Authentifizierungsmechanismen darstellen. Standardwerte sind Rsa und 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)

Eigenschaftswert

Die unterstützten Authentifizierungsmechanismen.

Attribute

Windows-Anforderungen

App-Funktionen
allJoyn

Hinweise

Diese Werte werden verwendet, um pro API-Schnittstelle auszuhandeln. Jede API-Schnittstelle, die als sicher markiert ist, ignoriert den Wert "None".

Gilt für: