C# (CSharp) GSF.Security.Authentication ScramUserCredentials - 2 examples found. These are the top rated real world C# (CSharp) examples of GSF.Security.Authentication.ScramUserCredentials extracted from open source projects. You can rate examples to help us improve the quality of examples.
Provides simple password based authentication that uses SCRAM.
It is safe to store the user's credential on the server. This is a zero knowledge password proof, meaning if this database is compromised, a brute force attack is the only way to reveal the password.