NOW LOADING

MidiNetworkAuthenticationType


Authentication required by a Network MIDI 2.0 host
Namespace Windows.Devices.Midi2.Transports.Network
Type Name MidiNetworkAuthenticationType
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiNetworkAuthenticationTypeEnum.idl

Set on MidiNetworkHostCreationConfig.AuthenticationType.

Values

Value Numeric Value Description
NoAuthentication 0 No authentication. Any client which passes the host’s approval policy may connect
PasswordAuthentication 1 A shared secret is required. Not yet implemented
UserAuthentication 2 A user name and password are required. Not yet implemented

Remarks

Only NoAuthentication is currently accepted. A host configured for either of the others is rejected at configuration time with AuthenticationNotImplemented rather than starting and silently accepting unauthenticated connections. See issue 733.

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.