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
30
Commits
1
Branch
8
Tags
6b3e395f7cc184a34cd8c13daf13b1e836853987
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
6b3e395f7c
Implemented SafeHandle usage for Context et al. The usage isn't actually safe yet, since I still reference the rawHandle without doing safe (CER) reference counting on the handle.
2014-06-24 19:41:19 +00:00
Contexts
Implemented SafeHandle usage for Context et al. The usage isn't actually safe yet, since I still reference the rawHandle without doing safe (CER) reference counting on the handle.
2014-06-24 19:41:19 +00:00
Credentials
Fixed Credential using a fixed-size 64-bit handle; it's always 2 pointers.
2014-06-24 03:01:53 +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
Fixed Credential using a fixed-size 64-bit handle; it's always 2 pointers.
2014-06-24 03:01:53 +00:00
NSspi.csproj
Fixed Credential using a fixed-size 64-bit handle; it's always 2 pointers.
2014-06-24 03:01:53 +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
I can now successfully call InitializeSecurityContext and get a status of ContinueNeeded.
2014-06-21 16:32:34 +00:00
SSPIException.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
SspiHandle.cs
Implemented SafeHandle usage for Context et al. The usage isn't actually safe yet, since I still reference the rawHandle without doing safe (CER) reference counting on the handle.
2014-06-24 19:41:19 +00:00
Description
A C# / .Net interface to the Win32 SSPI authentication API
294
KiB
Languages
C#
100%