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