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