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
Files
28a383506001093825a0e21ff734043da91db0ca
NSspi
/
Contexts
History
antiduh
28a3835060
No need to manually delete the context handle, it's under a safe handle now.
2014-06-24 22:01:26 +00:00
..
ClientContext.cs
Move credential native methods to their own file. Create a QueryNameSupport.cs file to hold a couple classes related to implementing that functionality.
2014-06-24 20:19:58 +00:00
Context.cs
No need to manually delete the context handle, it's under a safe handle now.
2014-06-24 22:01:26 +00:00
ContextAttrib.cs
I can now successfully call InitializeSecurityContext and get a status of ContinueNeeded.
2014-06-21 16:32:34 +00:00
ContextNativeMethods.cs
Cleaned up code style and comments
2014-06-24 21:35:32 +00:00
ContextQueries.cs
Added support for querying the context's user name and authority. Still working my way up to EncryptMessage.
2014-06-23 18:30:26 +00:00
ContextQueryAttrib.cs
Added support for querying the context's user name and authority. Still working my way up to EncryptMessage.
2014-06-23 18:30:26 +00:00
SafeContextHandle.cs
Moved the safe handles for credentials and contexts into their own file.
2014-06-24 20:21:09 +00:00
ServerContext.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