4 references to NotBefore
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
4034
value = reader.GetAttribute(Saml2Constants.Attributes.
NotBefore
);
4169
writer.WriteAttributeString(Saml2Constants.Attributes.
NotBefore
, XmlConvert.ToString(data.NotBefore.Value.ToUniversalTime(), DateTimeFormats.Generated));
5288
value = reader.GetAttribute(Saml2Constants.Attributes.
NotBefore
);
5405
writer.WriteAttributeString(Saml2Constants.Attributes.
NotBefore
, XmlConvert.ToString(data.NotBefore.Value.ToUniversalTime(), DateTimeFormats.Generated));