Anyone have any idea how to use this interface to set a users password? This is the interface that sets passwords for individual users.
The interface is outside of the LaserficheUser class and includes no code samples or descriptions of how it is applied on the documentation page.
From what I see online, C# interfaces should belong to the class they are designed to modify. A Car class might have a wheel, shifter, starter etc interface. Shouldn't the password interface be within the user class?