From 188d420c834a3c2ef384205b4c201263d5604490 Mon Sep 17 00:00:00 2001 From: antiduh Date: Mon, 7 Jul 2014 19:25:18 +0000 Subject: [PATCH] Notes on .Net compatibility. --- Readme.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.txt b/Readme.txt index 71ffe06..102fb20 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,8 +1,9 @@ This projects provides a C# / .Net interface to the Windows Integrated Authentication API, better known as SSPI (Security Service Provider Interface). -The project is provided as a .Net 4.0 assembly. The solution file can be opened by -Visual Studio 2010 SP1, Visual Studio 2012, or later Visual Studio editions. +The project is provided as a .Net 4.0 assembly, but can just as easily be upgraded to .Net 4.5 +or later. The solution file can be opened by Visual Studio 2010 SP1, Visual Studio 2012, or +later Visual Studio editions. The SSPI API provides an interface for real authentication protocols, such as Kerberos or NTLM, to be invoked transparently by client and server code in order to perform authentication