System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
506if (reader.IsStartElement(trustConstants.Elements.Renewing, trustConstants.NamespaceURI))
870requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Renewing, rst.Renewing, rst, context);
1251if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Renewing))
1256throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.Renewing, trustConstants.NamespaceURI, typeof(Renewing), elementValue));
1259writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.Renewing, trustConstants.NamespaceURI);