Ask a Question related to ASP.NET Web Services, Design and Development.
-
Prajakta J. #1
Plz help urgent, prob when using SendHashed
Hi,
I m sending Pwd in Send Hashed format as below,
Dim token As UsernameToken = New UsernameToken("Admin",
"Admin1",PasswordOption.SendHashed)
Web service code is:
For Each tkn In RequestSoapContext.Current.Security.Tokens
If TypeOf tkn Is UsernameToken Then
Dim user As UsernameToken = CType(tkn, UsernameToken)
If user.Password = pwd Then
flg = True
Return "Hello " & user.Username
End If
End If
Next
when i access user.password, it is = Nothing.
Whenther password is stored in PasswordDigest?
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Prajakta J. Guest
-
Please help me: Prob: XML - SWF - update
Hi! I need help! I have some XML-Data loaded via XML-Connector and a DataSet into a Datagrid. If you click a row in the Datagrid, an other... -
Help Urgent, How to get hashed pwd in web service when send in username token as SendHashed
Hi, I am sending username and pwd in usernametoken in SendHashed format, While in web service, i am getting Nothing in that UsernameToken's... -
PROB!PLEASE HELP
Hi all, When I test my flashmx2004 videoconf. application it just very briefly shows the login menu and the it stops and nothing is displayed.... -
AS2.0 prob
Ok, i've got a method in my vector class for multiplying a matrix by a vector Problem is no matter what vector I pass it, it always comes up <0,0,0>... -
button prob
hello, Well, I have run into a little problem whilst making my site. I have nave bat which, when the mouse goes over it comes up and reveals the...



Reply With Quote

