2 references to RequestedSecurityTokenElementName
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
536
if (element == null || !PeerRequestSecurityToken.CompareWithNS(element.LocalName, element.NamespaceURI, PeerRequestSecurityToken.
RequestedSecurityTokenElementName
, TrustFeb2005Strings.Namespace))
674
writer.WriteStartElement(wstprefix, PeerRequestSecurityToken.
RequestedSecurityTokenElementName
, TrustFeb2005Strings.Namespace);