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