3 references to SecurityTokenReference
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
517
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID3061, WSSE.Elements.
SecurityTokenReference
, WSSE.Namespace));
689
writer.WriteStartElement(WSSE.Elements.
SecurityTokenReference
, WSSE.Namespace);
854
if (!reader.IsStartElement(WSSE.Elements.
SecurityTokenReference
, WSSE.Namespace))