Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
52 lines (35 loc) · 1.07 KB

alljoynauthenticationmechanism.md

File metadata and controls

52 lines (35 loc) · 1.07 KB
-api-id -api-type -api-device-family-note
T:Windows.Devices.AllJoyn.AllJoynAuthenticationMechanism
winrt enum
xbox

AllJoynAuthenticationMechanism

-description

Defines values used to indicate the mechanism used in authentication operations.

-enum-fields

-field None:0

No mechanism used.

-field SrpAnonymous:1

Secure Remote Password (SRP) anonymous has been deprecated and should no longer be used.

-field SrpLogon:2

Secure Remote Password (SRP) logon (for example, username and password) has been deprecated and should no longer be used.

-field EcdheNull:3

ECDHE_NULL key exchange.

-field EcdhePsk:4

ECDHE_PSK has been deprecated and should no longer be used.

-field EcdheEcdsa:5

ECDHE_ECDSA key exchange.

-field EcdheSpeke:6

ECDHE_SPEKE key exchange.

-remarks

Version history

Windows version SDK version Value added
1607 14393 EcdheSpeke

-examples

-see-also

-capabilities

allJoyn