Click here to Skip to main content
15,892,927 members

Comments by Kamalkant(kk) (Top 41 by date)

Kamalkant(kk) 27-Mar-15 3:29am View    
decCryptoStream = new CryptoStream(decMemStream, aesDecCryptoTransform, CryptoStreamMode.Read);
decSr = new StreamReader(decCryptoStream);
decryptedData = decSr.ReadToEnd();
Kamalkant(kk) 17-Oct-13 8:13am View    
yes
Kamalkant(kk) 23-Aug-13 6:14am View    
in which page i will add
Kamalkant(kk) 23-Aug-13 6:06am View    
yes
Kamalkant(kk) 23-Aug-13 6:06am View    
yes