Click here to Skip to main content
15,904,494 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert byte[] to string Pin
Dominik Reichl27-Apr-04 6:58
Dominik Reichl27-Apr-04 6:58 
GeneralRe: Convert byte[] to string Pin
Daniel Turini27-Apr-04 7:01
Daniel Turini27-Apr-04 7:01 
GeneralRe: Convert byte[] to string Pin
Heath Stewart27-Apr-04 8:29
protectorHeath Stewart27-Apr-04 8:29 
GeneralRe: Convert byte[] to string Pin
Dominik Reichl28-Apr-04 5:49
Dominik Reichl28-Apr-04 5:49 
GeneralRe: Convert byte[] to string Pin
Nick Parker27-Apr-04 7:02
protectorNick Parker27-Apr-04 7:02 
GeneralWeb Service Question Pin
patnsnaudy27-Apr-04 6:37
patnsnaudy27-Apr-04 6:37 
GeneralRe: Web Service Question Pin
Mazdak27-Apr-04 6:47
Mazdak27-Apr-04 6:47 
GeneralRe: Web Service Question Pin
Heath Stewart27-Apr-04 8:27
protectorHeath Stewart27-Apr-04 8:27 
Or even easier, just setup an SSL certificate on your web server and communicate with your web service via the SSL port (default is 443). This encrypts everything for you.

Instead of the SOAP headers (which doesn't encrypt anything), see the System.Security.Cryptography.Xml namespace in the .NET Framework SDK. I also cover the signing portion of this (to see an example of that part of it, which is similar to what you need to do for encrypting the SOAP message) in my article, Using XML Digital Signatures for Application Licensing[^]. The WS-Security specs (of which WS-Signatures and WS-Encryption is part) are also an industry standard.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Web Service Question Pin
patnsnaudy27-Apr-04 9:30
patnsnaudy27-Apr-04 9:30 
GeneralStrongley Typed Collections Pin
ziwez027-Apr-04 6:14
ziwez027-Apr-04 6:14 
GeneralRe: Strongley Typed Collections Pin
Heath Stewart27-Apr-04 8:35
protectorHeath Stewart27-Apr-04 8:35 
GeneralComboBoxColumn in Datagrid Pin
hxxbin27-Apr-04 6:05
hxxbin27-Apr-04 6:05 
GeneralRe: ComboBoxColumn in Datagrid Pin
Ruchi Gupta27-Apr-04 6:16
Ruchi Gupta27-Apr-04 6:16 
GeneralClickety Police Pin
Heath Stewart27-Apr-04 6:35
protectorHeath Stewart27-Apr-04 6:35 
GeneralRe: ComboBoxColumn in Datagrid Pin
hxxbin27-Apr-04 7:51
hxxbin27-Apr-04 7:51 
GeneralRe: ComboBoxColumn in Datagrid Pin
Ruchi Gupta27-Apr-04 9:03
Ruchi Gupta27-Apr-04 9:03 
GeneralRe: ComboBoxColumn in Datagrid Pin
hxxbin28-Apr-04 4:33
hxxbin28-Apr-04 4:33 
GeneralRe: ComboBoxColumn in Datagrid Pin
hxxbin28-Apr-04 4:59
hxxbin28-Apr-04 4:59 
GeneralDatagrid Pin
bertcox27-Apr-04 5:19
bertcox27-Apr-04 5:19 
GeneralRe: Datagrid Pin
Mazdak27-Apr-04 5:29
Mazdak27-Apr-04 5:29 
GeneralRe: Datagrid Pin
bertcox27-Apr-04 23:20
bertcox27-Apr-04 23:20 
GeneralChange Menu Bar Backgroud Color Pin
TaoLi27-Apr-04 5:06
TaoLi27-Apr-04 5:06 
GeneralRe: Change Menu Bar Backgroud Color Pin
Heath Stewart27-Apr-04 5:36
protectorHeath Stewart27-Apr-04 5:36 
GeneralRe: Change Menu Bar Backgroud Color Pin
TaoLi27-Apr-04 11:33
TaoLi27-Apr-04 11:33 
GeneralRe: Change Menu Bar Backgroud Color Pin
Heath Stewart27-Apr-04 17:19
protectorHeath Stewart27-Apr-04 17:19 

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.