3 writes to ValidateValidityPeriod
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
183
ValidateValidityPeriod
= false,
218
ValidateValidityPeriod
= false,
857
options.
ValidateValidityPeriod
= configureOptions.ValidateValidityPeriod;
2 references to ValidateValidityPeriod
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
229
if (!Options.
ValidateValidityPeriod
)
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
857
options.ValidateValidityPeriod = configureOptions.
ValidateValidityPeriod
;