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