4 references to AllowPostdating
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
492if (reader.IsStartElement(trustConstants.Elements.AllowPostdating, trustConstants.NamespaceURI)) 865requestSerializer.WriteXmlElement(writer, trustConstants.Elements.AllowPostdating, rst.AllowPostdating, rst, context); 1244if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.AllowPostdating)) 1246writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.AllowPostdating, trustConstants.NamespaceURI);