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