Beispiel #1
0
 void UpdatePasswordStrength()
 {
   lblStrength.Text = "Estimated password strength: " +
                      PGPUI.GetPasswordStrengthDescription(pass1.GetPasswordStrength());
 }