2 writes to RequestedSecurityToken
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
230
RequestedSecurityToken
= dictionary.Add(TrustDec2005Strings.RequestedSecurityToken);
System\ServiceModel\XD.cs (1)
733
RequestedSecurityToken
= dictionary.CreateString(ServiceModelStringsVersion1.String203, 203);
8 references to RequestedSecurityToken
System.ServiceModel.Primitives (8)
System\ServiceModel\DXD.cs (2)
301
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestedSecurityToken
);
353
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestedSecurityToken
);
System\ServiceModel\Security\WSTrust.cs (5)
274
if (reader.IsStartElement(DriverDictionary.
RequestedSecurityToken
, DriverDictionary.Namespace))
565
if (elem.LocalName == DriverDictionary.
RequestedSecurityToken
.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value)
745
return (name == DriverDictionary.
RequestedSecurityToken
.Value && nameSpace == DriverDictionary.Namespace.Value);
817
if (child.LocalName == DriverDictionary.
RequestedSecurityToken
.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
1068
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
RequestedSecurityToken
, DriverDictionary.Namespace);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
105
if (child.LocalName == DriverDictionary.
RequestedSecurityToken
.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)