Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ QueryContextClientSpecifiedSpn() [2/2]

static string System.Net.Security.NegotiateStreamPal.QueryContextClientSpecifiedSpn ( System::Net::Security::SafeDeleteContext securityContext)
inlinestaticpackage

Definition at line 41 of file NegotiateStreamPal.cs.

42 {
43 return System.Net.SSPIWrapper.QueryStringContextAttributes(System.Net.GlobalSSPI.SSPIAuth, securityContext, global::Interop.SspiCli.ContextAttribute.SECPKG_ATTR_CLIENT_SPECIFIED_TARGET);
44 }
static readonly System.Net.SSPIAuthType SSPIAuth
Definition GlobalSSPI.cs:5
static string QueryStringContextAttributes(System.Net.ISSPIInterface secModule, System.Net.Security.SafeDeleteContext securityContext, global::Interop.SspiCli.ContextAttribute contextAttribute)

References System.Net.SSPIWrapper.QueryStringContextAttributes(), and System.Net.GlobalSSPI.SSPIAuth.

Referenced by System.Net.NTAuthentication.GetClientSpecifiedSpn().