2 writes to SecurityTokenReference
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
757
this.
SecurityTokenReference
= dictionary.CreateString(IdentityModelStringsVersion1.String139, 139);
791
this.
SecurityTokenReference
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String139);
5 references to SecurityTokenReference
System.IdentityModel (5)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (4)
208
return XD.SecurityJan2004Dictionary.
SecurityTokenReference
;
229
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, NamespaceUri))
249
reader.ReadStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, NamespaceUri);
292
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
74
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace);