3 writes to authenticationInstant
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
42this.authenticationInstant = authenticationInstant.ToUniversalTime(); 68this.authenticationInstant = value; 179this.authenticationInstant = DateTime.ParseExact(
3 references to authenticationInstant
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
62get { return this.authenticationInstant; } 149claims.Add(new Claim(ClaimTypes.Authentication, new SamlAuthenticationClaimResource(this.authenticationInstant, this.authenticationMethod, this.dnsAddress, this.ipAddress, this.authorityBindings), Rights.PossessProperty)); 257writer.WriteString(this.authenticationInstant.ToString(SamlConstants.GeneratedDateTimeFormat, CultureInfo.InvariantCulture));