1 write to windowsNegotiation
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
1309this.windowsNegotiation = windowsNegotiation;
6 references to windowsNegotiation
System.ServiceModel (6)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (6)
1317if (this.windowsNegotiation != null) 1319xml.WriteElementString("Protocol", this.windowsNegotiation.ProtocolName); 1320xml.WriteElementString("ServicePrincipalName", this.windowsNegotiation.ServicePrincipalName); 1321xml.WriteElementString("MutualAuthentication", this.windowsNegotiation.IsMutualAuthFlag.ToString()); 1323if (this.windowsNegotiation.IsIdentifyFlag) 1327else if (this.windowsNegotiation.IsDelegationFlag)