2 writes to Authenticator
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
226Authenticator = dictionary.Add(TrustDec2005Strings.Authenticator);
System\ServiceModel\XD.cs (1)
729Authenticator = dictionary.CreateString(ServiceModelStringsVersion1.String199, 199);
4 references to Authenticator
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
297Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Authenticator); 349Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Authenticator);
System\ServiceModel\Security\WSTrust.cs (2)
452if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 1138writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Authenticator, DriverDictionary.Namespace);