1 write to expiryTimeUtc
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
154
this.
expiryTimeUtc
= DateTime.FromFileTimeUtc(lifeSpan.end) + (DateTime.UtcNow - DateTime.Now);
1 reference to expiryTimeUtc
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
140
return this.
expiryTimeUtc
;