Returns the password ("pronounceable" word + with CharactersPair*2 length char ID).
This sample shows how to use the generatePassword method.
ForAspNet.Parole.License.LicenseKey = "<put license string here>";
Parole objParole = new Parole();
for(int i = 1; i< 10; i++)
Console.WriteLine(objParole.generatePassword());
Console.WriteLine("Press Enter to exit...");
Console.ReadLine();
Parole Class | ForAspNet.Parole Namespace | Parole.generatePassword Overload List | String | String