1 write to AuthenticationInstant
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2861
authnStatement.
AuthenticationInstant
= DateTime.ParseExact(
2 references to AuthenticationInstant
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
1407
subject.AddClaim(new Claim(ClaimTypes.AuthenticationInstant, XmlConvert.ToString(samlStatement.
AuthenticationInstant
.ToUniversalTime(), DateTimeFormats.Generated), ClaimValueTypes.DateTime, issuer));
2943
XmlConvert.ToString(statement.
AuthenticationInstant
.ToUniversalTime(), DateTimeFormats.Generated));