Nsspi Versions Save

A C# / .Net interface to the Win32 SSPI authentication API

0.3.1

4 years ago

Added support to access the IIdentity/WindowsPrinciple of the remote side.

0.3.0

4 years ago

Introduced multi-targeting for .Net framework and .Net Standard 2.0, via pr19, thanks Stefan. The library is also now strong-name signed.

0.2.1

5 years ago

This is a minor feature/bug fix release.

  • Impersonation was improved to support changing the thread principle.
  • Fixed string handling when communicating with the native api.

0.2.0

6 years ago

Adds support to authenticate using provided username/password credentials through the new PasswordCredential class.

The class structure relating to credentials has been changed to support this, however, that introduced a breaking change in the code.

0.1.3

7 years ago

Fixes #6 - a mistake in the exception serialization.

0.1

9 years ago

Contains a full implementation of the library plus a simple, working client and server demo.

0.1.1

9 years ago

Contains a few bug fixes from the first release of the library, mostly to improve error reporting.