AllJoynAuthenticationMechanism Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.
Defines values used to indicate the mechanism used in authentication operations.
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
- Inheritance
-
AllJoynAuthenticationMechanism
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
allJoyn
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | No mechanism used. |
SrpAnonymous | 1 | Secure Remote Password (SRP) anonymous has been deprecated and should no longer be used. |
SrpLogon | 2 | Secure Remote Password (SRP) logon (for example, username and password) has been deprecated and should no longer be used. |
EcdheNull | 3 | ECDHE_NULL key exchange. |
EcdhePsk | 4 | ECDHE_PSK has been deprecated and should no longer be used. |
EcdheEcdsa | 5 | ECDHE_ECDSA key exchange. |
EcdheSpeke | 6 | ECDHE_SPEKE key exchange. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | EcdheSpeke |