IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

AuthenticationInformation QML Type

The OPC UA authentication information.

This type was introduced in QtOpcUa 5.13.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

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▲

Method Documentation▲

 

setAnonymousAuthentication()▲

Sets the authentication method to anonymous.

setUsernameAuthentication(string username, string password)▲

Sets the authentication method to username, using the given username and password.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+