No announcements
Found 2774821 threads
-
0 Votes
WCF security using BasicHttpBinding, SSL and UserName/Password validation
I'm using .Net 4.5. I have WCF service with SSL, and Ialso want to authenticate the service using username/password. After ...Answered | 3 Replies | 2385 Views | Created by lax4u - Wednesday, December 3, 2014 10:43 PM | Last reply by lax4u - Thursday, December 4, 2014 6:19 PM -
0 Votes
hOW TO APPLY USERNAME PASSWORD VALIDATION ON BASICHTTPBINDING WITH OUT USING HTTPS
SECURITY IN THIS SITUATION 2)CAN I USE ONLY MESSAGE LEVEL SECURITY WITH OUT USIING THIS TRANSPORT LAYER (SSL) CAN I USE A ...Unanswered | 0 Replies | 3730 Views | Created by RekhaAmalraj - Thursday, February 7, 2008 10:58 AM | Last reply by RekhaAmalraj - Thursday, February 7, 2008 10:58 AM -
0 Votes
basichttpbinding with username/password validation
only either clientCredentialType or proxyCredentialType.So I'm stuck. What I want to do is Username/Password validation using basichttpbinding.Any help ...Answered | 2 Replies | 13068 Views | Created by kawano1h - Wednesday, March 7, 2007 8:57 AM | Last reply by kawano1h - Thursday, March 8, 2007 12:11 AM -
0 Votes
Is SSL Necessary for Username Password Security for WCF Service
. The article which you are refered to is about creating Https WCF Service with the username and password authentication. Then we need the ...Answered | 3 Replies | 909 Views | Created by siegfried_ - Saturday, August 9, 2014 12:23 AM | Last reply by Amy Peng - Tuesday, August 12, 2014 3:11 AM -
0 Votes
WCF Security using custom username and password
I would like to implement SECURITY for my WCF service. I am planning to use custom username and password for ...Answered | 5 Replies | 6530 Views | Created by Ranish P - Friday, February 24, 2012 11:18 AM | Last reply by BuzzVishwanath - Wednesday, May 30, 2012 1:53 AM -
0 Votes
WCF Security username/password
Security with username/password authentication. So basically below is the sample code that i use to call the method to the WCF ...Proposed | 5 Replies | 6327 Views | Created by LowChuanHoe - Wednesday, October 8, 2008 6:22 AM | Last reply by Will.Rogers - Friday, October 10, 2008 11:52 AM -
0 Votes
wcf basichttpbinding and non ssl security
what sort of authentication you want develop Here is an article with basichttpbinding and windows authenticationAnswered | 2 Replies | 3902 Views | Created by PAUL stanley - Wednesday, March 2, 2011 9:30 PM | Last reply by Tanvir Huda - Thursday, March 3, 2011 1:17 AM -
0 Votes
username and password validation
Ok, so you're looking to verify that a username and password combination are valid with a system. Now we need to understand which system, Active Directory, WinNT, Custom ...Unanswered | 5 Replies | 5054 Views | Created by AzraelRO - Tuesday, April 6, 2010 6:11 PM | Last reply by Gio Palacino - Thursday, April 8, 2010 11:32 AM -
0 Votes
BasicHTTPBinding + Custom UserName Authentication + No SSL
Hi Naeem, if you want to use custom authentication to call a WCF service using BasicHTTPBinding without using SSL, ...Answered | 5 Replies | 8120 Views | Created by Naeem Gittham - Wednesday, September 16, 2009 9:14 PM | Last reply by Naeem Gittham - Thursday, September 17, 2009 9:35 PM -
0 Votes
WCF Service with username and password security
Hi...... I have implemented WCF Service with Message Security using Username and password security & ...Unanswered | 7 Replies | 2846 Views | Created by Hiren Bharadwa - Monday, December 26, 2011 5:06 AM | Last reply by Hiren Bharadwa - Monday, January 2, 2012 7:20 AM -
0 Votes
WCF, 4.5, SSL, UserNamePasswordValidator authentication
I'm doing exactly what the guy in this post (Unanswered | 4 Replies | 689 Views | Created by pixelstick1 - Wednesday, March 21, 2018 2:01 PM | Last reply by Edward8520 - Friday, March 23, 2018 1:51 AM -
0 Votes
UserName and Password validation only
when using username and password validation. So if anyone can give me a sample of UserName and Password ...Answered | 4 Replies | 5565 Views | Created by kawano1h - Wednesday, August 23, 2006 8:42 AM | Last reply by kawano1h - Tuesday, August 29, 2006 5:16 AM -
0 Votes
Username and password security
and password used to connect to Netezza is encrypted and sent from SSIS to Netezza securely or if any hacker can intercept the information and easily get the ...Proposed | 2 Replies | 553 Views | Created by Jim1212 - Monday, January 21, 2019 4:52 PM | Last reply by Jim1212 - Monday, January 21, 2019 6:40 PM -
2 Votes
Message security over SSL with Username and Password Authentication...
</security> It seems that with Message security you can have UserName/Password, or Certificate (message encryption) but not ...Answered | 6 Replies | 2441 Views | Created by FredButters - Wednesday, July 18, 2012 6:55 PM | Last reply by - Friday, July 20, 2012 2:22 AM -
0 Votes
BasicHttpBinding with Username Authentication without SSL
Hi, I want to expose a endpoint using BasicHttpBinding and authenticate it using Username password validation. This is ...Answered | 3 Replies | 2986 Views | Created by Rajesh S V - Monday, October 3, 2011 12:18 PM | Last reply by Yi-Lun Luo - Thursday, October 6, 2011 1:20 AM -
0 Votes
InfoPath username/password validation
Hi DSoland, Do you want to disable validation button when username and passwork fields are blank? So you can use this condition: username is ...Answered | 8 Replies | 7620 Views | Created by dscoland - Saturday, February 4, 2012 5:29 PM | Last reply by dscoland - Thursday, February 16, 2012 8:15 PM -
0 Votes
Impersonation using SSL and wsHttpBinding or basicHttpBinding
patterns & practices Improving Web Services Security: Scenarios and Implementation Guidance for WCF. But it has not helped me with setting this ...Unanswered | 0 Replies | 3438 Views | Created by William Klein2 - Wednesday, November 5, 2008 3:54 PM -
1 Votes
WCF BasicHttpBinding SSL Message Encryption
machine. Besides, as I've shown in the screenshot, you can use WSHttpBinding to encrypt communication and server username ...Proposed | 5 Replies | 1040 Views | Created by stelios84 - Wednesday, January 23, 2019 1:49 PM | Last reply by Abraham Qian - Tuesday, February 19, 2019 9:54 AM -
0 Votes
WCF and SSL Load Balancer and basicHttpBinding
and .net 4.0, ISS 6 will be hosting the web service. I would like to use SSL for communication but security transport can be none. I would like to use ...Unanswered | 8 Replies | 10329 Views | Created by Gregory Dye Work - Wednesday, July 13, 2011 5:35 PM | Last reply by syeed.Net - Monday, May 26, 2014 12:49 PM -
0 Votes
How to secure WCF with basicHttpBinding and SSL?
I have a WCF application, the client is asp.net application and the WCF service is hosted in the IIS 6.0, I want to secure with SSL. I create aAnswered | 2 Replies | 14318 Views | Created by zhihao - Thursday, August 16, 2007 7:02 AM | Last reply by jvshore - Thursday, August 16, 2007 4:54 PM - Items 1 to 20 of 2774821 Next ›
No announcements