Freigeben über


AllJoynAuthenticationMechanism Enumeration

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 Ein- und Ausschalten von Licht und Lesetemperaturen. Alternativen wie IoTivity Lite und IoTivity finden Sie auf der iotivity.org Website.

Definiert Werte, die verwendet werden, um den Mechanismus anzugeben, der bei Authentifizierungsvorgängen verwendet wird.

public enum class AllJoynAuthenticationMechanism
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AllJoynAuthenticationMechanism
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("AllJoynAuthenticationMechanism has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
enum class AllJoynAuthenticationMechanism
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AllJoynAuthenticationMechanism
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("AllJoynAuthenticationMechanism has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public enum AllJoynAuthenticationMechanism
var value = Windows.Devices.AllJoyn.AllJoynAuthenticationMechanism.none
Public Enum AllJoynAuthenticationMechanism
Vererbung
AllJoynAuthenticationMechanism
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
allJoyn

Felder

EcdheEcdsa 5

ECDHE_ECDSA Schlüsselaustausch.

EcdheNull 3

ECDHE_NULL Schlüsselaustausch.

EcdhePsk 4

ECDHE_PSK ist veraltet und sollte nicht mehr verwendet werden.

EcdheSpeke 6

ECDHE_SPEKE Schlüsselaustausch.

None 0

Kein Mechanismus verwendet.

SrpAnonymous 1

Das anonyme Sichere Remotekennwort (Secure Remote Password, SRP) wurde veraltet und sollte nicht mehr verwendet werden.

SrpLogon 2

Die SRP-Anmeldung (Secure Remote Password) (z. B. Benutzername und Kennwort) ist veraltet und sollte nicht mehr verwendet werden.

Hinweise

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1607 14393 EcdheSpeke

Gilt für: