Exemple #1
0
 public static String GetSecureKwsDescription()
 {
     return("A Secure " + Base.GetKwsString() +
            " ensures an enhanced level of security by requiring a " +
            "password-based authentication for every user.");
 }
Exemple #2
0
 public static String GetStdKwsDescription()
 {
     return("A Standard " + Base.GetKwsString() + " can be accessed by users " +
            "who receive a " + Base.GetKwsString() + " invitation email without " +
            "having to supply a password.");
 }