4 references to NotOnOrAfter
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
4041
value = reader.GetAttribute(Saml2Constants.Attributes.
NotOnOrAfter
);
4175
writer.WriteAttributeString(Saml2Constants.Attributes.
NotOnOrAfter
, XmlConvert.ToString(data.NotOnOrAfter.Value.ToUniversalTime(), DateTimeFormats.Generated));
5295
value = reader.GetAttribute(Saml2Constants.Attributes.
NotOnOrAfter
);
5411
writer.WriteAttributeString(Saml2Constants.Attributes.
NotOnOrAfter
, XmlConvert.ToString(data.NotOnOrAfter.Value.ToUniversalTime(), DateTimeFormats.Generated));