If you check the database in SQL Server, you will see a table called "User property". I believe the password is encrypted and stored in this table (password field)
In order to use "NavUserPassword" authentication, you will also need to implement security certificates, so I guess NAV does a double validation.
First it checks that the client has a valid certificate and second checks if the password is correct.
Comments
In order to use "NavUserPassword" authentication, you will also need to implement security certificates, so I guess NAV does a double validation.
First it checks that the client has a valid certificate and second checks if the password is correct.
More info at: https://msdn.microsoft.com/en-us/library/jj551778(v=nav.70).aspx#Certs