1 write to authenticator
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
951
this.
authenticator
= authenticator;
2 references to authenticator
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
959
if (this.
authenticator
!= null)
960
xml.WriteElementString("SecurityTokenAuthenticator", this.
authenticator
.ToString());