3 writes to Authenticator
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
246this.Authenticator = dictionary.Add(TrustDec2005Strings.Authenticator);
System\ServiceModel\XD.cs (2)
1385this.Authenticator = dictionary.CreateString(ServiceModelStringsVersion1.String199, 199); 1440this.Authenticator = dictionary.CreateString(ServiceModelStringsVersion1.String199, 199);
4 references to Authenticator
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
317Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Authenticator); 369Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Authenticator);
System\ServiceModel\Security\WSTrust.cs (2)
522if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 1214writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Authenticator, DriverDictionary.Namespace);