1 write to issueInstant
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2Assertion.cs (1)
138set { this.issueInstant = DateTimeUtil.ToUniversalTime(value); }
1 reference to issueInstant
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2Assertion.cs (1)
137get { return this.issueInstant; }