public static string RandomString( int length )
string randomString = CertEncoder.RandomString(16);
In This Article