| 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.
| 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 |
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.
