Click here to Skip to main content
16,008,490 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: What do you mean you can't find the assembly? Pin
PIEBALDconsult19-Mar-08 11:55
mvePIEBALDconsult19-Mar-08 11:55 
GeneralRe: What do you mean you can't find the assembly? Pin
led mike21-Mar-08 9:41
led mike21-Mar-08 9:41 
GeneralRe: What do you mean you can't find the assembly? Pin
FyreWyrm19-Mar-08 12:18
FyreWyrm19-Mar-08 12:18 
AnswerRe: What do you mean you can't find the assembly? Pin
FyreWyrm19-Mar-08 12:22
FyreWyrm19-Mar-08 12:22 
GeneralRe: What do you mean you can't find the assembly? Pin
leppie20-Mar-08 22:32
leppie20-Mar-08 22:32 
QuestionEmail address encoding upper ascii (umlaut) question. Pin
tdpollard18-Mar-08 8:56
tdpollard18-Mar-08 8:56 
GeneralRe: Email address encoding upper ascii (umlaut) question. Pin
pmarfleet18-Mar-08 11:28
pmarfleet18-Mar-08 11:28 
QuestionHow to sign BinarySecurityToken using WSE 3.0 [modified] Pin
Timo Kokkinen18-Mar-08 7:40
Timo Kokkinen18-Mar-08 7:40 
My client application signs the body of the soap envelope as can be seen below. But the binarysecuritytoken needs to be signed as well.
How can I do that in WSE?

<wsse:Security soap:mustUnderstand="1">
<wsu:Timestamp wsu:Id="Timestamp-23b3b588-1d7e-4d2d-a99c-fdb160cd925f">
<wsu:Created>2008-03-12T09:47:42Z</wsu:Created>
<wsu:Expires>2008-03-12T09:52:42Z</wsu:Expires>
</wsu:Timestamp>
this----> <wsse:BinarySecurityToken ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-dfb912bc-1af3-4205-9a5f-87d036806779">xxxxxxx</wsse:BinarySecurityToken>

<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
....
<Reference URI="#Id-c9da23f8-4b72-4e09-80e3-295c8e94a303">
<Transforms>
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<DigestValue>rHCdlMgaO9pnQvxFp59sSNdiMqA=</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue>ZotsBPyV8P7EMU09M7PaQjFeByoFeNRgn6exRNm...

<soap:Body wsu:Id="Id-c9da23f8-4b72-4e09-80e3-295c8e94a303">
<downloadFileListin xmlns="http://xyz.fi/Service">
<RequestHeader xmlns="java:fi.bxd.model">
....

<div class="ForumMod">modified on Tuesday, March 18, 2008 3:11 PM</div>
QuestionBiztalk Server 2006 Training Pin
Ravinder Are18-Mar-08 3:30
Ravinder Are18-Mar-08 3:30 
GeneralLastWriteTime in IsolatedStorageFile Pin
xben17-Mar-08 23:27
xben17-Mar-08 23:27 
QuestionDisplay error by using WinForm Control and Infragistics components Pin
Gagamehl17-Mar-08 4:38
Gagamehl17-Mar-08 4:38 
GeneralRe: Display error by using WinForm Control and Infragistics components Pin
Pete O'Hanlon17-Mar-08 10:51
mvePete O'Hanlon17-Mar-08 10:51 
QuestionGetting a .NET application to work on Vista Pin
Eng Mohammed Osman16-Mar-08 2:47
Eng Mohammed Osman16-Mar-08 2:47 
GeneralRe: Getting a .NET application to work on Vista Pin
Kevin McFarlane16-Mar-08 4:21
Kevin McFarlane16-Mar-08 4:21 
GeneralRe: Getting a .NET application to work on Vista Pin
Paul Conrad16-Mar-08 9:04
professionalPaul Conrad16-Mar-08 9:04 
GeneralRe: Getting a .NET application to work on Vista Pin
Pete O'Hanlon16-Mar-08 10:22
mvePete O'Hanlon16-Mar-08 10:22 
GeneralRe: Getting a .NET application to work on Vista Pin
led mike17-Mar-08 10:33
led mike17-Mar-08 10:33 
GeneralRe: Getting a .NET application to work on Vista Pin
led mike17-Mar-08 4:32
led mike17-Mar-08 4:32 
GeneralRe: Getting a .NET application to work on Vista Pin
Mark Salsbery17-Mar-08 6:41
Mark Salsbery17-Mar-08 6:41 
GeneralRe: Getting a .NET application to work on Vista Pin
led mike17-Mar-08 6:45
led mike17-Mar-08 6:45 
GeneralRe: Getting a .NET application to work on Vista Pin
Thomas Stockwell28-Mar-08 3:24
professionalThomas Stockwell28-Mar-08 3:24 
GeneralRe: Getting a .NET application to work on Vista Pin
Eng Mohammed Osman28-Mar-08 13:18
Eng Mohammed Osman28-Mar-08 13:18 
GeneralDoes anybody know what languages a chat messenger needs! Pin
thee_baphomet_king2315-Mar-08 12:59
thee_baphomet_king2315-Mar-08 12:59 
GeneralRe: Does anybody know what languages a chat messenger needs! Pin
Paul Conrad16-Mar-08 8:11
professionalPaul Conrad16-Mar-08 8:11 
GeneralRe: Does anybody know what languages a chat messenger needs! Pin
thee_baphomet_king2317-Mar-08 10:13
thee_baphomet_king2317-Mar-08 10:13 

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.