credentials
Use NuSoap basic auth webservice in C#
He there, I have a basic webservice which works in C# if i remove the Basic auth option. But when i add the Basic auth meganism and set NetworkCredentials in C# I get this wierd error.[详细]
2023-01-08 08:12 分类:问答WCF - Transport Authentication - Get Credentials of Authenticated User
I have a NetTcpBinding with SecurityMode.TransportWithMessageCredential. Transport.ClientCredentialType is set to MessageCredentialType.Windows, but I\'m considering MessageCredentialType.UserName.[详细]
2023-01-07 11:15 分类:问答ServiceBase Credentials
I have a window service that Inherits System.ServiceProcess.ServiceBase. While running in debug mode (havent tested compiled), the thread does not see the current user credentials.[详细]
2023-01-06 10:16 分类:问答Stored User Names and Passwords
I\'m writing an application which needs to store login data for multiple (XMPP) accounts on Windows.[详细]
2023-01-06 07:47 分类:问答How to get Windows user name using different methods?
In .NET, there appears to be several ways to get the current Windows user name. Three of which are: string name = WindowsIdentity.GetCurrent().Name;[详细]
2023-01-06 03:43 分类:问答the authType parameter in CredentialCache.Add Method
what is the authType in CredentialCache.Add Method ? http://msdn.microsoft.com/en-us/library/czd开发者_高级运维w7s9e.aspx[详细]
2023-01-06 02:24 分类:问答Problem with this code to test the Credentials?
I wrote this method to test for credentials but I dunno why when it goes to the GetResponse method is actually goes and runs the webservice. I just want it to test if the credentials for that web serv[详细]
2023-01-06 02:22 分类:问答Test Credentials to access a web page
Is there a nice and tested piece of code out there that I can use for this purpose: get the user/pass and the address of a web service (asmx page) and check if the user/pass are valid or not.[详细]
2023-01-06 01:59 分类:问答WCF Endpoint routing
Guys, how to route inbound message between different endpoints. I need to expose the single endpoint that could accept different credentials. I guess, solve this by intercept the incoming message and[详细]
2023-01-03 17:32 分类:问答User.Identity.Name returning NT AUTHORITY\NETWORK SERVICE i want Domain\USER
in my asp.net MVC project i have an database connection with connectionstring: Data Source=.;Initial Catalog=dbname;Integrated Security=True[详细]
2023-01-03 01:29 分类:问答