5 references to RenewTarget
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
274if (reader.IsStartElement(trustConstants.Elements.RenewTarget, trustConstants.NamespaceURI)) 780requestSerializer.WriteXmlElement(writer, trustConstants.Elements.RenewTarget, rst.RenewTarget, rst, context); 1032if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.RenewTarget)) 1037throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.RenewTarget, trustConstants.NamespaceURI, typeof(SecurityTokenElement), elementValue)); 1040writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.RenewTarget, trustConstants.NamespaceURI);