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