Beispiel #1
0
 public void RijndaelDecodeNullString()
 {
     Assert.AreEqual(string.Empty, rij.DecodeString(null));
 }