Questions tagged [.net-security]

Not a stand alone tag. Use with any relevant language, project type and specific security tags. For questions relating to the programming aspects of .NET framework and security. For security questions that are not specific to coding, consider looking at https://security.stackexchange.com/.

Not a stand alone tag. Use with any relevant language, project type and specific security tags. For questions relating to the programming aspects of framework and security. For security questions that are not specific to coding, consider looking at Information Security Stack Exchange.

For more information about see the docs at Security in the .NET Framework

48 questions
0
votes
0 answers

Role provider in console/WPF/WinForms application

I have written a role provider which assumes Windows authentication and so far works well with WCF services and ASP.NET. Is it possible to use it also with a console/WPF/WinForm application? I tried a configuration like this on a very simple console…
Valo
  • 1,872
  • 2
  • 15
  • 23
0
votes
1 answer

Error 26 when running from a file share

When I run an application from a file share and it tries to connect to the specified SQL database, I get an error 26 (error locating server/instance). If I run the application from a local drive it works. Other people can run the application (and…
jmoreno
  • 12,752
  • 4
  • 60
  • 91
0
votes
1 answer

Set Expiring Date To .NET Output (Without Hardware Dongles)

My first solution for this problem is to use OS/BIOS timer and check it with encrypted date file ( see below pseudocode ) public void CheckFrequently() { DateTime registeredDate = ReadFromBiosOrOSTimer(); DateTime readEncryptedDate =…
Ali Bigdeli
  • 1,286
  • 3
  • 17
  • 35
1 2 3
4