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