1 write to SecurityTokenReference
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1158
this.
SecurityTokenReference
= dictionary.CreateString(ServiceModelStringsVersion1.String30, 30);
3 references to SecurityTokenReference
System.ServiceModel (3)
System\ServiceModel\Security\WSSecureConversation.cs (1)
151
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
412
return reader.IsStartElement(XD.SecurityJan2004Dictionary.
SecurityTokenReference
, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
782
if (index == 1 && localName == XD.SecurityJan2004Dictionary.
SecurityTokenReference
.Value)