Hello Group,
When Signing with a UsernameToken
or
When Encrypting with a UsernameToken
or
Securing with X.509 Certificates
What type of Algorithm is being used?? SH512, RijndaelManaged,Etc...
What algorithm is Encrypting, Decrypting, Hashing etc..
Thanks for all your help
Sql
Dan Rogers - 07 Dec 2004 00:42 GMT
I believe you have your choice of encryption API's. See the WSE 2.0
documentation and method overrides.
--------------------
From: "SQLAgentman" <sql_agentman@hotmail.com>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
Subject: Encryption / Hashing etc.. Web Services
Date: 6 Dec 2004 13:12:43 -0800
Organization: http://groups.google.com
Lines: 15
Message-ID: <1102367563.734815.132410@f14g2000cwb.googlegroups.com>
NNTP-Posting-Host: 64.60.154.98
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1102367568 25513 127.0.0.1 (6 Dec 2004 21:12:48
GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 6 Dec 2004 21:12:48 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: f14g2000cwb.googlegroups.com; posting-host=64.60.154.98;
posting-account=Frmdyg0AAAAG3Qr6n2M7tsevJ9uNnW2g
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXS01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews.goog
le.com!f14g2000cwb.googlegroups.com!not-for-mail
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:5046
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
Hello Group,
When Signing with a UsernameToken
or
When Encrypting with a UsernameToken
or
Securing with X.509 Certificates
What type of Algorithm is being used?? SH512, RijndaelManaged,Etc...
What algorithm is Encrypting, Decrypting, Hashing etc..
Thanks for all your help
Sql
Martin Kulov - 07 Dec 2004 00:48 GMT
Hi SQLAgentman,
You can find which algorithm is used in the generated soap packet.
By default WSE encrypts with UsernameToken by using AES128 algorithm.
Look at Encrypted Data/Encryption Method element in the soap packet sent to server.
In Signature/Signature Method is set the algorithm for signing the packet which in this case is http://www.w3.org/2000/09/xmldsig#hmac-sha1.
Check out these two articles:
http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en
-us/dnwse/html/wseencryption.asp
http://msdn.microsoft.com/msdnmag/issues/04/11/XMLSignatures/default.aspx
Regards,
Martin Kulov
www.codeattest.com
MCAD Charter Member
MCSD.NET Early Achiever
MS News \(MS ILM\) - 07 Dec 2004 23:16 GMT
Thank you Martin
I have a lot to read.
Sql
> Hi SQLAgentman,
>
[quoted text clipped - 4 lines]
>
> Check out these two articles:
http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en
-us/dnwse/html/wseencryption.asp
> http://msdn.microsoft.com/msdnmag/issues/04/11/XMLSignatures/default.aspx
>
[quoted text clipped - 5 lines]
> MCAD Charter Member
> MCSD.NET Early Achiever