1 write to ExpireDate
System.Web (1)
Security\AnonymousIdentificationModule.cs (1)
390
ExpireDate
= dt;
3 references to ExpireDate
System.Web (3)
Security\AnonymousIdentificationModule.cs (3)
244
if (decodedValue == null || decodedValue.
ExpireDate
< dtNow) {
247
double secondsLeft = (decodedValue.
ExpireDate
- dtNow).TotalSeconds;
345
byte [] bufDate = BitConverter.GetBytes(data.
ExpireDate
.ToFileTimeUtc());