Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: Filtering Datasets Pin
Colin Angus Mackay10-Jan-04 16:30
Colin Angus Mackay10-Jan-04 16:30 
GeneralRe: Filtering Datasets Pin
Mazdak10-Jan-04 19:10
Mazdak10-Jan-04 19:10 
QuestionAdvice? Pin
Alex Korchemniy10-Jan-04 11:07
Alex Korchemniy10-Jan-04 11:07 
AnswerRe: Advice? Pin
Guillermo Rivero10-Jan-04 11:25
Guillermo Rivero10-Jan-04 11:25 
GeneralLooking for XP Style textBoxes and dataGrid Pin
sinnen10-Jan-04 11:00
sinnen10-Jan-04 11:00 
GeneralRe: Looking for XP Style textBoxes and dataGrid Pin
Heath Stewart10-Jan-04 11:55
protectorHeath Stewart10-Jan-04 11:55 
GeneralRe: Looking for XP Style textBoxes and dataGrid Pin
sinnen12-Jan-04 10:53
sinnen12-Jan-04 10:53 
GeneralCryptography question Pin
Mazdak10-Jan-04 9:54
Mazdak10-Jan-04 9:54 
There is a base class names DES for another class DESCryptoServiceProvider,I can use both for DES encyption like this:

DES des = DES.Create();

or

DES des = new DESCryptoServiceProvider();

My book say it is recommended to use first one because it create default cryptography service which it is latest version but second one is a defined way which is not surly latest version. Now I have a problem,I have a web service which has some encryption-decryption and this web service has a VB client and the VB client has its own encryption-decryption. The VB developer do his own part. Is that make change which one I use? Because he will/can not use .NET framework and he have to use cryptograohy API, I don't know the API's and I don't know the equivalent of first one. Also can I be sure if the cryptography's versions are grow the results of DES.Create() will be the same and it will generate the same decrypted value whith the constant KEY?(I mean only algorithm change but not the result) If I wrote myself both parts I could be sure about that but now one part in VB and I'm not sure about that. I hope that my problem is clear for you guys.

Mazy

No sig. available now.

GeneralRe: Cryptography question Pin
Heath Stewart10-Jan-04 12:01
protectorHeath Stewart10-Jan-04 12:01 
GeneralRe: Cryptography question Pin
Mazdak10-Jan-04 19:05
Mazdak10-Jan-04 19:05 
GeneralRe: Cryptography question Pin
TuringTest110-Jan-04 20:37
TuringTest110-Jan-04 20:37 
GeneralCollectionBase.OnRemove and CollectionEditor Pin
Chris Richner10-Jan-04 7:09
Chris Richner10-Jan-04 7:09 
GeneralRe: CollectionBase.OnRemove and CollectionEditor Pin
Heath Stewart10-Jan-04 12:03
protectorHeath Stewart10-Jan-04 12:03 
GeneralRe: CollectionBase.OnRemove and CollectionEditor Pin
Chris Richner10-Jan-04 16:50
Chris Richner10-Jan-04 16:50 
GeneralDirectShow winform Pin
just_a_builder10-Jan-04 2:05
just_a_builder10-Jan-04 2:05 
GeneralRe: DirectShow winform Pin
Kentamanos10-Jan-04 9:43
Kentamanos10-Jan-04 9:43 
GeneralMouseEnter Control Pin
Luther Baker9-Jan-04 19:41
Luther Baker9-Jan-04 19:41 
GeneralRe: MouseEnter Control Pin
Heath Stewart9-Jan-04 19:52
protectorHeath Stewart9-Jan-04 19:52 
GeneralRe: MouseEnter Control Pin
Luther Baker9-Jan-04 20:29
Luther Baker9-Jan-04 20:29 
General.net application without .net framework Pin
w3Nima9-Jan-04 19:29
w3Nima9-Jan-04 19:29 
GeneralRe: .net application without .net framework Pin
Heath Stewart9-Jan-04 19:46
protectorHeath Stewart9-Jan-04 19:46 
GeneralRe: .net application without .net framework Pin
Kentamanos10-Jan-04 9:47
Kentamanos10-Jan-04 9:47 
GeneralRe: .net application without .net framework Pin
Kentamanos10-Jan-04 12:27
Kentamanos10-Jan-04 12:27 
GeneralRe: .net application without .net framework Pin
Gerald Schwab9-Jan-04 20:02
Gerald Schwab9-Jan-04 20:02 
GeneralRe: .net application without .net framework Pin
Bo Hunter10-Jan-04 12:54
Bo Hunter10-Jan-04 12:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.