3 references to MaxAgeKey
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
51
get => GetParameter<TimeSpan?>(
MaxAgeKey
);
52
set => SetParameter(
MaxAgeKey
, value);
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
665
properties.SetParameter(OpenIdConnectChallengeProperties.
MaxAgeKey
, TimeSpan.FromSeconds(1234));