3 writes to RequestSecurityTokenResponse
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
241
this.
RequestSecurityTokenResponse
= dictionary.Add(TrustDec2005Strings.RequestSecurityTokenResponse);
System\ServiceModel\XD.cs (2)
1380
this.
RequestSecurityTokenResponse
= dictionary.CreateString(ServiceModelStringsVersion1.String195, 195);
1435
this.
RequestSecurityTokenResponse
= dictionary.CreateString(ServiceModelStringsVersion1.String195, 195);
8 references to RequestSecurityTokenResponse
System.ServiceModel (8)
System\ServiceModel\DXD.cs (2)
312
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestSecurityTokenResponse
);
364
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestSecurityTokenResponse
);
System\ServiceModel\Security\WSTrust.cs (6)
318
if (reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
, DriverDictionary.Namespace) == false)
320
XmlHelper.OnRequiredElementMissing(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value);
409
while (reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value))
818
return reader.IsStartElement(DriverDictionary.
RequestSecurityTokenResponse
.Value, DriverDictionary.Namespace.Value);
1000
DriverDictionary.
RequestSecurityTokenResponse
, DriverDictionary.RequestSecurityTokenResponseCollection,
1130
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
RequestSecurityTokenResponse
, DriverDictionary.Namespace);