From ac4217d9d464846fe8997415fd92e04f332f06cc Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sun, 16 Jun 2019 16:57:43 -0400 Subject: [PATCH] Updated comments. --- NSspi/Contexts/ContextAttrib.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NSspi/Contexts/ContextAttrib.cs b/NSspi/Contexts/ContextAttrib.cs index ed25367..5b069c7 100644 --- a/NSspi/Contexts/ContextAttrib.cs +++ b/NSspi/Contexts/ContextAttrib.cs @@ -116,7 +116,16 @@ namespace NSspi.Contexts /// AcceptIntegrity = 0x00020000, + /// + /// Set by a client; indicates the context can only impersonate with limited privileges, + /// allowing the server only to identify the client when impersonating. + /// InitIdentify = 0x00020000, + + /// + /// Set by a server; indicates the context can only impersonate with limited privileges, + /// allowing the server only to identify the client when impersonating. + /// AcceptIdentify = 0x00080000, ///