2 references to MaxAgeAttributeName
System (2)
net\System\Net\cookie.cs (2)
798
result += SeparatorLiteral +
MaxAgeAttributeName
+ EqualsLiteral + seconds.ToString(NumberFormatInfo.InvariantInfo);
1269
new RecognizedAttribute(Cookie.
MaxAgeAttributeName
, CookieToken.MaxAge),