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