public static String GetSecureKwsDescription() { return("A Secure " + Base.GetKwsString() + " ensures an enhanced level of security by requiring a " + "password-based authentication for every user."); }
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."); }