2 references to SessionNotOnOrAfter
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
3728
value = reader.GetAttribute(Saml2Constants.Attributes.
SessionNotOnOrAfter
);
3805
writer.WriteAttributeString(Saml2Constants.Attributes.
SessionNotOnOrAfter
, XmlConvert.ToString(data.SessionNotOnOrAfter.Value.ToUniversalTime(), DateTimeFormats.Generated));