4 references to DelegateTo
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
150if (reader.IsStartElement(trustConstants.Elements.DelegateTo, trustConstants.NamespaceURI)) 850requestSerializer.WriteXmlElement(writer, trustConstants.Elements.DelegateTo, rst.DelegateTo, rst, context); 1199if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.DelegateTo)) 1203writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.DelegateTo, trustConstants.NamespaceURI);