2 writes to SecurityTokenReference
System.ServiceModel.Primitives (2)
System\IdentityModel\XD.cs (2)
808
SecurityTokenReference
= dictionary.CreateString(IdentityModelStringsVersion1.String139, 139);
842
SecurityTokenReference
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String139);
5 references to SecurityTokenReference
System.ServiceModel.Primitives (5)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (4)
156
return XD.SecurityJan2004Dictionary.
SecurityTokenReference
;
177
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, NamespaceUri))
197
reader.ReadStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, NamespaceUri);
240
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
58
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace);