2 writes to Authenticator
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
245this.Authenticator = dictionary.Add(TrustDec2005Strings.Authenticator);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
716this.Authenticator = dictionary.CreateString(ServiceModelStringsVersion1.String199, 199);
3 references to Authenticator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
316Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Authenticator); 368Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Authenticator);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
354if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value)