2 references to AuthenticationInstant
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1985
subject.AddClaim(new Claim(ClaimTypes.AuthenticationInstant, XmlConvert.ToString(statement.
AuthenticationInstant
.ToUniversalTime(), DateTimeFormats.Generated), ClaimValueTypes.DateTime, issuer));
3794
writer.WriteAttributeString(Saml2Constants.Attributes.AuthnInstant, XmlConvert.ToString(data.
AuthenticationInstant
.ToUniversalTime(), DateTimeFormats.Generated));