5 references to ProtocolName
System.ServiceModel (5)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
1319xml.WriteElementString("Protocol", this.windowsNegotiation.ProtocolName);
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (2)
136WindowsIdentity windowsIdentity = new WindowsIdentity(contextToken.DangerousGetHandle(), windowsNegotiation.ProtocolName); 140WindowsClaimSet wic = new WindowsClaimSet( windowsIdentity, windowsNegotiation.ProtocolName, this.extractGroupsForWindowsAccounts, false );
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
241using (WindowsIdentity windowsIdentity = new WindowsIdentity(contextToken.DangerousGetHandle(), this.ProtocolName)) 545if (isServer && ((this.contextFlags & SspiContextFlags.AcceptAnonymous) == 0) && (string.Compare(this.ProtocolName, NegotiationInfoClass.Kerberos, StringComparison.OrdinalIgnoreCase) != 0) && policyHelper.ShouldCheckServiceBinding)