Searched refs:windowsNegotiation (Results 1 – 3 of 3) sorted by relevance
118 …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()
267 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()
103 internal static void TraceClientSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceClientSpnego() argument111 internal static void TraceServiceSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceServiceSpnego() argument119 internal static void TraceClientOutgoingSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceClientOutgoingSpnego() argument127 internal static void TraceServiceOutgoingSpnego(WindowsSspiNegotiation windowsNegotiation) in TraceServiceOutgoingSpnego() argument1304 WindowsSspiNegotiation windowsNegotiation; field in System.ServiceModel.Diagnostics.SecurityTraceRecordHelper.WindowsSspiNegotiationTraceRecord1306 public WindowsSspiNegotiationTraceRecord(WindowsSspiNegotiation windowsNegotiation) in WindowsSspiNegotiationTraceRecord() argument1309 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 …]