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