Home
last modified time | relevance | path

Searched refs:windowsNegotiation (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSpnegoTokenAuthenticator.cs118 …ISspiNegotiation windowsNegotiation = new WindowsSspiNegotiation("Negotiate", this.credentialsHand… in CreateSspiState()
119 return new SspiNegotiationTokenAuthenticatorState(windowsNegotiation); in CreateSspiState()
124 WindowsSspiNegotiation windowsNegotiation = (WindowsSspiNegotiation)sspiNegotiation; in ValidateSspiNegotiation()
125 if (windowsNegotiation.IsValidContext == false) in ValidateSspiNegotiation()
129 SecurityTraceRecordHelper.TraceServiceSpnego(windowsNegotiation); in ValidateSspiNegotiation()
134 using (SafeCloseHandle contextToken = windowsNegotiation.GetContextToken()) in ValidateSspiNegotiation()
136 …sIdentity = new WindowsIdentity(contextToken.DangerousGetHandle(), windowsNegotiation.ProtocolName… in ValidateSspiNegotiation()
140 …WindowsClaimSet wic = new WindowsClaimSet( windowsIdentity, windowsNegotiation.ProtocolName, this.… in ValidateSspiNegotiation()
H A DSpnegoTokenProvider.cs267 WindowsSspiNegotiation windowsNegotiation = (WindowsSspiNegotiation)sspiNegotiation; in ValidateSspiNegotiation()
268 if (windowsNegotiation.IsValidContext == false) in ValidateSspiNegotiation()
272 if (this.AuthenticateServer && windowsNegotiation.IsMutualAuthFlag == false) in ValidateSspiNegotiation()
276 SecurityTraceRecordHelper.TraceClientSpnego(windowsNegotiation); in ValidateSspiNegotiation()
278 …return SecurityUtils.CreatePrincipalNameAuthorizationPolicies(windowsNegotiation.ServicePrincipalN… in ValidateSspiNegotiation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DSecurityTraceRecordHelper.cs103 internal static void TraceClientSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceClientSpnego() argument
111 internal static void TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceServiceSpnego() argument
119 internal static void TraceClientOutgoingSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceClientOutgoingSpnego() argument
127 internal static void TraceServiceOutgoingSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceServiceOutgoingSpnego() argument
1304 WindowsSspiNegotiation windowsNegotiation; field in System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.WindowsSspiNegotiationTraceRecord
1306 public WindowsSspiNegotiationTraceRecord(WindowsSspiNegotiation windowsNegotiation) in WindowsSspiNegotiationTraceRecord() argument
1309 this.windowsNegotiation = windowsNegotiation; in WindowsSspiNegotiationTraceRecord()
1317 if (this.windowsNegotiation != null) in WriteTo()
1319 xml.WriteElementString("Protocol", this.windowsNegotiation.ProtocolName); in WriteTo()
1323 if (this.windowsNegotiation.IsIdentifyFlag) in WriteTo()
[all …]