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