Re: Security Strategy for both WIndows Forms and Web Forms
- From: "Henning Krause [MVP]" <newsgroups.remove@xxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Feb 2006 23:29:41 +0100
Hello,
you can use the forms-authentication schema of the ASP.NET Framework. To
include your own authentication scheme you need to implement a method named
FormsAuthentication_OnAuthenticate in your global.asax. This method must
have the following signature:
public void FormsAuthentication_OnAuthenticate(object sender,
FormsAuthenticationEventArgs args)
Look for articles on FormsAuthentication on the net and in the MSDN for more
information.
Greetings,
Henning Krause
"thebruce" <bruce_pearson@xxxxxxxxxxx> wrote in message
news:1140122808.403672.253960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I need to design a custom security Authentication and Authorization
framework that is unified for both windows and web applications. A
number of articles, including this one,
http://www.codeguru.com/csharp/csharp/cs_misc/security/article.php/c7415/
detail implementing custom IIdentity and IPrincipal with an SQL
backend.
Will this approach work for web-based applications. If so, what needs
to be persisted in session state and what's the best approach for doing
it?
Thanks,
Bruce Pearson
Kern County Sheriff Dept.
.
- References:
- Security Strategy for both WIndows Forms and Web Forms
- From: thebruce
- Security Strategy for both WIndows Forms and Web Forms
- Prev by Date: Re: How to encrypt/decrypt a file
- Next by Date: Re: Security Problem Citrix
- Previous by thread: Re: Security Strategy for both WIndows Forms and Web Forms
- Next by thread: Re: Creating code groups | Setup project
- Index(es):
Relevant Pages
|