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