2 writes to protocolName
System.ServiceModel (2)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
189
this.
protocolName
= negotiationInfo.AuthenticationPackage;
606
this.
protocolName
= null;
2 references to protocolName
System.ServiceModel (2)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
182
if (this.
protocolName
== null)
195
return this.
protocolName
;