AllJoynAuthenticationMechanism
AllJoynAuthenticationMechanism
AllJoynAuthenticationMechanism
AllJoynAuthenticationMechanism
Enum
Definition
Defines values used to indicate the mechanism used in authentication operations.
public : enum class AllJoynAuthenticationMechanismpublic enum AllJoynAuthenticationMechanismPublic Enum AllJoynAuthenticationMechanism// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Fields
| EcdheEcdsa EcdheEcdsa EcdheEcdsa EcdheEcdsa | ECDHE_ECDSA key exchange. |
| EcdheNull EcdheNull EcdheNull EcdheNull | ECDHE_NULL key exchange. |
| EcdhePsk EcdhePsk EcdhePsk EcdhePsk | ECDHE_PSK has been deprecated and should no longer be used. |
| EcdheSpeke EcdheSpeke EcdheSpeke EcdheSpeke | ECDHE_SPEKE key exchange. |
| None None None None | No mechanism used. |
| SrpAnonymous SrpAnonymous SrpAnonymous SrpAnonymous | Secure Remote Password (SRP) anonymous has been deprecated and should no longer be used. |
| SrpLogon SrpLogon SrpLogon SrpLogon | Secure Remote Password (SRP) logon (e.g. username and password) has been deprecated and should no longer be used. |