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