AuthenticationInformation QML Type▲
- 
					Import Statement: import QtOpcUa 
- 
					Since: QtOpcUa 5.13 
Detailed Description▲
This class holds the information necessary to perform a login on a server.
Sélectionnez
var authInfo = connection.authenticationInformation;
authInfo.setUsernameAuthentication("user1", "password");
connection.authenticationInformation = authInfo;Current supported authentication methods are:
- 
						Anonymous 
- 
						Usernane 
- 
						Certificate 
See Also▲
See also setAnonymousAuthentication(), setUsernameAuthentication()




