3 writes to authenticator
System.ServiceModel (3)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
997this.authenticator = authenticator; 1004this.authenticator = authenticator; 1011this.authenticator = authenticator;
5 references to authenticator
System.ServiceModel (5)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (5)
1020if (this.authenticator != null) 1021xml.WriteElementString("NegotiationTokenAuthenticator", base.XmlEncode(this.authenticator.ToString())); 1023if (this.authenticator != null && this.authenticator.ListenUri != null) 1024xml.WriteElementString("AuthenticatorListenUri", this.authenticator.ListenUri.AbsoluteUri);