3 writes to RequestedSecurityToken
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
250this.RequestedSecurityToken = dictionary.Add(TrustDec2005Strings.RequestedSecurityToken);
System\ServiceModel\XD.cs (2)
1389this.RequestedSecurityToken = dictionary.CreateString(ServiceModelStringsVersion1.String203, 203); 1444this.RequestedSecurityToken = dictionary.CreateString(ServiceModelStringsVersion1.String203, 203);
8 references to RequestedSecurityToken
System.ServiceModel (8)
System\ServiceModel\DXD.cs (2)
321Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedSecurityToken); 373Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedSecurityToken);
System\ServiceModel\Security\WSTrust.cs (5)
288if (reader.IsStartElement(this.DriverDictionary.RequestedSecurityToken, this.DriverDictionary.Namespace)) 624if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 831return (name == DriverDictionary.RequestedSecurityToken.Value && nameSpace == DriverDictionary.Namespace.Value); 901if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 1144writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedSecurityToken, DriverDictionary.Namespace);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
134if (child.LocalName == this.DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)