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
15
Commits
1
Branch
8
Tags
cc0235262ca813ff359edf054401e0c3b23b152b
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
cc0235262c
Done screwing with WindowsPrinciple. Switch to CredTest again for the remaining development.
2014-06-20 18:07:15 +00:00
Contexts
Rough capture of the options to InitializeSecurityContext (used by clients) and AcceptSecurityContext (used by servers). Some of the options are used only by clients (prefaced by init) and some are only used by servers (prefaced by Accept). It might be worth to either separate the two sets by client options and server options, or unifying the sets in the public interface, and translating to the correct values when actually calling ISC or ASC.
2014-06-20 18:06:33 +00:00
Credentials
Implemented ClientCredential - just a wrapper around Credential.
2014-06-19 21:09:36 +00:00
Properties
New project to interface with the Microsoft Windows SSPI integration authentication API.
2014-06-18 21:26:43 +00:00
NativeMethods.cs
Add the DllImport attrib for InitializeSecurityContext_Client; still only a rough idea of how it will be used.
2014-06-19 21:52:53 +00:00
NSspi.csproj
Working on some of the fundamentals of the Context side of things. The Win 32 API is very wonky here though. Going to take some time.
2014-06-19 21:53:34 +00:00
NSspi.sln
New project to interface with the Microsoft Windows SSPI integration authentication API.
2014-06-18 21:26:43 +00:00
PackageNames.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
Program.cs
Done screwing with WindowsPrinciple. Switch to CredTest again for the remaining development.
2014-06-20 18:07:15 +00:00
SecurityStatus.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
SSPIException.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
Description
A C# / .Net interface to the Win32 SSPI authentication API
294
KiB
Languages
C#
100%