13 references to AuthenticationInstant
System.IdentityModel (11)
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
98
wi.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(DateTime.UtcNow, DateTimeFormats.Generated), ClaimValueTypes.DateTime));
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
171
identity.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(DateTime.UtcNow, DateTimeFormats.Generated), ClaimValueTypes.DateTime));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1143
case ClaimTypes.
AuthenticationInstant
:
1351
claimCollection = from c in tokenDescriptor.Subject.Claims where c.Type == ClaimTypes.
AuthenticationInstant
select c;
1985
subject.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(statement.AuthenticationInstant.ToUniversalTime(), DateTimeFormats.Generated), ClaimValueTypes.DateTime, issuer));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
370
where c.Type == ClaimTypes.
AuthenticationInstant
445
case ClaimTypes.
AuthenticationInstant
:
1407
subject.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(samlStatement.AuthenticationInstant.ToUniversalTime(), DateTimeFormats.Generated), ClaimValueTypes.DateTime, issuer));
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
250
new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(time.ToUniversalTime(), DateTimeFormats.Generated), ClaimValueTypes.DateTime));
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
104
windowsIdentity.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(DateTime.UtcNow, DateTimeFormats.Generated), ClaimValueTypes.DateTime));
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
586
identity.AddClaim(new Claim(ClaimTypes.
AuthenticationInstant
, XmlConvert.ToString(DateTime.UtcNow, DateTimeFormats.Generated), ClaimValueTypes.DateTime));
System.ServiceModel (2)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
581
claimsIdentity.Claims.FirstOrDefault(claim => claim.Type == System.Security.Claims.ClaimTypes.
AuthenticationInstant
);
588
System.Security.Claims.ClaimTypes.
AuthenticationInstant
, authenticationInstant, ClaimValueTypes.DateTime,