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