|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
security engineering for windows formsIs there any security engineering section for windows form in .NET.
There is a security engineering section for web application in msdn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/tmwawalkthrough.asp Can the above section be used for windows form as well. Any help is appreciated. I don't know of any direct parallels for Windows forms applications, but
there's certainly no a priori reason you shouldn't use the web app threat modeling guide as a starting point for developing your Windows app threat model, particularly since most of the threats discussed in that document apply equally well to distibuted Windows apps. You might also want to take a look at http://msdn.microsoft.com/practices/Topics/security/default.aspx?pull=/library/en-us/dnpag2/html/SecurityGuidanceIndex.asp, where the various lists of resource documents might highlight some additional security implications that you may need to consider. BTW, if you're new to threat modelling and would like a bit more of an introduction before jumping in, a good place to start might be http://blogs.msdn.com/ptorr/archive/2005/02/22/GuerillaThreatModelling.aspx. Show quoteHide quote "VISHAL" <VIS***@discussions.microsoft.com> wrote in message news:EA9DBFC7-EBC5-4A67-AE4B-4D7CEC0077BB@microsoft.com... > Is there any security engineering section for windows form in .NET. > There is a security engineering section for web application in msdn > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/tmwawalkthrough.asp > > Can the above section be used for windows form as well. > Any help is appreciated. > > Thanks
Show quoteHide quote "Nicole Calinoiu" wrote: > I don't know of any direct parallels for Windows forms applications, but > there's certainly no a priori reason you shouldn't use the web app threat > modeling guide as a starting point for developing your Windows app threat > model, particularly since most of the threats discussed in that document > apply equally well to distibuted Windows apps. You might also want to take > a look at > http://msdn.microsoft.com/practices/Topics/security/default.aspx?pull=/library/en-us/dnpag2/html/SecurityGuidanceIndex.asp, > where the various lists of resource documents might highlight some > additional security implications that you may need to consider. > > BTW, if you're new to threat modelling and would like a bit more of an > introduction before jumping in, a good place to start might be > http://blogs.msdn.com/ptorr/archive/2005/02/22/GuerillaThreatModelling.aspx. > > > > "VISHAL" <VIS***@discussions.microsoft.com> wrote in message > news:EA9DBFC7-EBC5-4A67-AE4B-4D7CEC0077BB@microsoft.com... > > Is there any security engineering section for windows form in .NET. > > There is a security engineering section for web application in msdn > > > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/tmwawalkthrough.asp > > > > Can the above section be used for windows form as well. > > Any help is appreciated. > > > > > > > >
Other interesting topics
LogonUser
Can i run more then one session on the computer? TripleDESCryptoServiceProvider Code Signing Certificates for individuals / open-source data size and RSA encryption Delegation across trusted domains simple way to encrypt data aspnet users permission under SSL on windows server 2003 how to get the number of milliseconds between two System.DateTime objects AzMan LDAP Query Groups |
|||||||||||||||||||||||