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