3 writes to ValidateValidityPeriod
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
189
ValidateValidityPeriod
= false,
224
ValidateValidityPeriod
= false,
863
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)
863
options.ValidateValidityPeriod = configureOptions.
ValidateValidityPeriod
;