¡@

Home 

c# Programming Glossary: authentication

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

improve this question We have managed to apply HMAC authentication to secure Web Api and it worked okay. Basically HMAC authentication.. to secure Web Api and it worked okay. Basically HMAC authentication uses a secret key for each consumer which both consumer and.. DELETE. post data and query string URL Under the hood HMAC authentication would be Consumer sends a HTTP request to web server after building..

Authenticate and request a user's timeline with Twitter API 1.1 oAuth

http://stackoverflow.com/questions/17067996/authenticate-and-request-a-users-timeline-with-twitter-api-1-1-oauth

at https dev.twitter.com apps new I deserialized the authentication object first to get the token and type back in order to authenticate..

Accessing Password Protected Network Drives in Windows in C#?

http://stackoverflow.com/questions/2563724/accessing-password-protected-network-drives-in-windows-in-c

for higher performance servers that process many plaintext authentication attempts at a time such as mail or Web servers. The LogonUser.. This logon type preserves the name and password in the authentication package which allows the server to make connections to other..

Validate a username and password against Active Directory?

http://stackoverflow.com/questions/290548/validate-a-username-and-password-against-active-directory

want to check if a username and password are correct. c# authentication active directory share improve this question If you work..

How do I log into a site with WebClient?

http://stackoverflow.com/questions/4740752/how-do-i-log-into-a-site-with-webclient

are having is you can authenticate but you cant keep the authentication cookie here is a cookie aware version of WebClient. private.. return request EDIT The link you gave me uses forms authentication with HTTP POST I don't have the time to walk though it but at..

Access a Remote Directory from C#

http://stackoverflow.com/questions/5433570/access-a-remote-directory-from-c-sharp

summary Represents a network connection along with authentication to a network share. summary public class NetworkConnection IDisposable..

Forms Authentication across Sub-Domains

http://stackoverflow.com/questions/608120/forms-authentication-across-sub-domains

possible to authenticate users across sub domains when the authentication takes place at a sub domain instead of the parent domain For.. domain first and then each sub domain has access to the authentication cookie. c# asp.net forms authentication share improve this.. has access to the authentication cookie. c# asp.net forms authentication share improve this question You can set the cookie to be..

What's the best way to learn C# quickly? [closed]

http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly

to a database explore PostBack Implement a sitemap Add authentication using the ASP.Net 2.0 Role and Membership providers etc. etc...

C# Login to Website via program

http://stackoverflow.com/questions/930807/c-sharp-login-to-website-via-program

identify you from now on assuming it's using cookie based authentication which I'm fairly confident it is as that page returns a Set..

Understanding WCF Windows Authentication

http://stackoverflow.com/questions/9588265/understanding-wcf-windows-authentication

WCF Windows Authentication I have a service with windows authentication. Using the following code I can get the Windows Identity of.. keeping the service as windows authenticated Does this authentication check happen for each service operation call or only for the.. id ClaimsBasedSecurityModel c# asp.net .net wcf windows authentication share improve this question Can only users who have access..

How to programmatically log in to a website to screenscape?

http://stackoverflow.com/questions/975426/how-to-programmatically-log-in-to-a-website-to-screenscape

screenscaping in C# Extra information Cookie based authentication. POST action needed. c# forms website login screen scraping..

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

request User Agent agent Host host Timestamp timestamp Authentication username signature Example for GET request GET webapi.hmac api.. localhost Timestamp Thursday August 02 2012 3 30 32 PM Authentication cuongle LohrhqqoDy6PhLrHAXi7dUVACyJZilQtlDzNbLqzXlw The message.. urlencoded Timestamp Thursday August 02 2012 3 30 32 PM Authentication cuongle LohrhqqoDy6PhLrHAXi7dUVACyJZilQtlDzNbLqzXlw key1 value1..

c# SmtpClient class not able to send email using gmail

http://stackoverflow.com/questions/1311749/c-sharp-smtpclient-class-not-able-to-send-email-using-gmail

was not authenticated. The server response was 5.5.1 Authentication Required. Learn more at Heres the stack trace at System.Net.Mail.MailCommand.CheckResponse..

LDAP Authentication in ASP.Net MVC

http://stackoverflow.com/questions/1401667/ldap-authentication-in-asp-net-mvc

Authentication in ASP.Net MVC hi I want to be able to authenticate a user..

When the same user ID is trying to log in on multiple devices, how do I kill the session on the other device?

http://stackoverflow.com/questions/15903574/when-the-same-user-id-is-trying-to-log-in-on-multiple-devices-how-do-i-kill-the

using ASP.NET membership SqlMembershipProvider and Forms Authentication. I've experimented with Session variables but I'm not sure exactly..

Block Control+Alt+Delete

http://stackoverflow.com/questions/1660106/block-controlaltdelete

do this is to create your own Graphical Identification and Authentication Dynamic Link Library or gina.dll for short. Here's an MSDN article..

ASP.NET Impersonate in .NETFramework 2 VS .NETFrameWork 4

http://stackoverflow.com/questions/18842970/asp-net-impersonate-in-netframework-2-vs-netframework-4

2 with App Pool 2 Classic in IIS 7.5 We use mixed Authentication with Basic Authenticate and Form Authenticate . The Configuration.. in IIS is And have specific user in Anonymous Authentication named Guest . When The user Login with another username like.. Guest User. This is so weird we don't have any changes in Authentication Part. the changes is we upgrade to .NetFrameWork 4 and App Pool..

Show Authentication dialog in C# for windows Vista/7

http://stackoverflow.com/questions/4134882/show-authentication-dialog-in-c-sharp-for-windows-vista-7

Authentication dialog in C# for windows Vista 7 I want to get network login.. CharSet CharSet.Auto private static extern bool CredUnPackAuthenticationBuffer int dwFlags IntPtr pAuthBuffer uint cbAuthBuffer.. 100 int maxPassword 100 if result 0 if CredUnPackAuthenticationBuffer 0 outCredBuffer outCredSize usernameBuf ref maxUserName..

The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)

http://stackoverflow.com/questions/5263150/the-content-type-text-html-charset-utf-8-of-the-response-message-does-not-match

to obtain an authentication cookie from Sharepoint see Authentication Web Service and pass it to your WCF client. Updated edit Mistake..

Difference between Dependency Injection and Mocking framework (Ninject vs RhinoMock or Moq)

http://stackoverflow.com/questions/5433211/difference-between-dependency-injection-and-mocking-framework-ninject-vs-rhinom

IUserRepository . Now you have to test some complicated UI Authentication whatever that depends on IUserRepository . class UserDisplay..

Forms Authentication across Sub-Domains

http://stackoverflow.com/questions/608120/forms-authentication-across-sub-domains

Authentication across Sub Domains Is it possible to authenticate users across..

How to get the current user's Active Directory details in C#

http://stackoverflow.com/questions/637486/how-to-get-the-current-users-active-directory-details-in-c-sharp

working on an C# and ASP.Net application that uses Windows Authentication. i.e. in Web.config system.web authentication mode Windows system.web..

Using SSL and SslStream for peer to peer authentication?

http://stackoverflow.com/questions/695802/using-ssl-and-sslstream-for-peer-to-peer-authentication

True from that function. That seems to work. Step 4 Client Authentication Here's how my client authenticates it's a little different than.. SslProtocols.Default false check cert revokation catch AuthenticationException authenticationPassed false if authenticationPassed..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

was not authenticated. The server response was 5.5.1 Authentication Required. Learn more at seriously it ends there. UPDATE This..

Send Email via C# through Google Apps account

http://stackoverflow.com/questions/757987/send-email-via-c-sharp-through-google-apps-account

was not authenticated. The server response was 5.5.1 Authentication Required. How do I send emails through my custom domain via..

Authentication Service using WCF

http://stackoverflow.com/questions/9584198/authentication-service-using-wcf

Service using WCF I have a custom MembershipProvider as shown..

Understanding WCF Windows Authentication

http://stackoverflow.com/questions/9588265/understanding-wcf-windows-authentication

WCF Windows Authentication I have a service with windows authentication. Using the following.. credentials of the user Note What I understand is WindowsAuthentication can be compared to a Membership provider providing username..