This website requires JavaScript.
Explore
Help
Sign In
jeff
/
NSspi
Watch
1
Star
0
Fork
0
You've already forked NSspi
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
44
Commits
1
Branch
8
Tags
1577d2de66777ed0d88ec0e0273c4428745b3484
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
antiduh
1577d2de66
More reliability contracts for CERs.
2014-06-25 01:30:03 +00:00
Contexts
More reliability contracts for CERs.
2014-06-25 01:30:03 +00:00
Credentials
More reliability contracts.
2014-06-24 22:43:40 +00:00
Properties
New project to interface with the Microsoft Windows SSPI integration authentication API.
2014-06-18 21:26:43 +00:00
SecureBuffer
No longer need unsafe.
2014-06-23 21:50:21 +00:00
app.config
Added the app.config file to the repo. Updated the svn:ignore property to ignore the .user files.
2014-06-24 03:15:46 +00:00
ByteWriter.cs
Initial implementation of EncryptMessage and DecryptMessage.
2014-06-23 21:50:12 +00:00
NativeMethods.cs
Implemented safe access to the safeCredHandle when reading credential name.
2014-06-24 22:34:44 +00:00
NSspi.csproj
Now that all handles are properly sized, no longer need to restrict to 32-bit mode.
2014-06-24 22:35:23 +00:00
NSspi.sln
Make sure prefer 32-bit is set for now. Not 64-bit safe, because I'm bad at credential handle sizes..
2014-06-24 01:24:42 +00:00
PackageNames.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
Program.cs
Initial implementation of EncryptMessage and DecryptMessage.
2014-06-23 21:50:12 +00:00
SecurityStatus.cs
Added a little helper to understand the meaning of a SecurityStatus. Don't store the SecurityStatus as an int; we don't need signed semantics and it just complicates comparisons and literals.
2014-06-24 21:10:29 +00:00
SSPIException.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
SspiHandle.cs
Moved the safe handles for credentials and contexts into their own file.
2014-06-24 20:21:09 +00:00
Description
A C# / .Net interface to the Win32 SSPI authentication API
294
KiB
Languages
C#
100%