2 writes to authnInstant
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2AuthenticationStatement.cs (2)
44
this.
authnInstant
= DateTimeUtil.ToUniversalTime(authenticationInstant);
75
set { this.
authnInstant
= DateTimeUtil.ToUniversalTime(value); }
1 reference to authnInstant
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2AuthenticationStatement.cs (1)
74
get { return this.
authnInstant
; }