2 writes to RequestSecurityTokenResponse
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
221
RequestSecurityTokenResponse
= dictionary.Add(TrustDec2005Strings.RequestSecurityTokenResponse);
System\ServiceModel\XD.cs (1)
724
RequestSecurityTokenResponse
= dictionary.CreateString(ServiceModelStringsVersion1.String195, 195);
7 references to RequestSecurityTokenResponse
System.ServiceModel.Primitives (7)
System\ServiceModel\DXD.cs (2)
292
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestSecurityTokenResponse
);
344
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestSecurityTokenResponse
);
System\ServiceModel\Security\WSTrust.cs (5)
304
if (reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
, DriverDictionary.Namespace) == false)
306
XmlHelper.OnRequiredElementMissing(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value);
399
while (reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value))
730
return reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value);
1052
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
RequestSecurityTokenResponse
, DriverDictionary.Namespace);