Browse by Tags - dotnet.org.za
in

dotnet.org.za

South African .NET Developer Portal
All Tags » Security » C# (RSS)

Browse by Tags

  • Marshaling SecureString Passwords to String

    You should always use a System.Security.SecureString when creating .NET APIs that handle passwords. Unfortunately many of the .NET Framework APIs do not yet use System.Security.SecureString. This will change in the future, but for now, how do you handle the marshaling of a System.Security.SecureString...
    Posted to Mark Nicholson (Weblog) by markn on 10-04-2008
  • Simple Console Password Capture Utility

    For command line utilities, that require capturing a password, you may find this C# utility class to capture a password useful. Features: 1. Allows you to specify a prompt, e.g. "Enter password: " 2. Caters for masking or unmasking the displayed password, e.g. abc123 or ****** 3. Allows you...
    Posted to Mark Nicholson (Weblog) by markn on 10-03-2008
  • A Practical Introduction to WS-Policy

    Introduction Web services are still somewhat of a grey area for many developers. The pace at which this part of the industry has progressed has in some cases caused a hesitation in the adoption of web services technologies, and in other cases has led to very bad architectural decisions. Many developers...
    Posted to Stuart Gunter (Weblog) by stuartg on 11-11-2004
  • Implementing Role-Based Security with GenericPrincipals and Forms Authentication

    I've already posted this on SADeveloper if you want to read it there and download to source code. Requirements I did these examples using the following: .NET Framework v1.1 Visual Studio .NET 2003 ASP.NET C# SQL Server 2000 (but you can just as easily use MS Access or other database technology) Introduction...
    Posted to Stuart Gunter (Weblog) by stuartg on 05-07-2004
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems