You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docs for Auth, Auth.Cookies, Auth.Certificate (#26503)
* Add docs for Auth, Auth.Cookies, Auth.Certificate
Contributes to #26397
* Also add JWT
* Apply suggestions from code review
Co-authored-by: Hao Kung <[email protected]>
Co-authored-by: Chris Ross <[email protected]>
* Update src/Security/Authentication/Core/src/TicketSerializer.cs
* Update src/Security/Authentication/Core/src/TicketSerializer.cs
* Update src/Security/Authentication/Core/src/TicketSerializer.cs
* Apply suggestions from code review
Co-authored-by: Hao Kung <[email protected]>
Co-authored-by: Chris Ross <[email protected]>
@@ -23,6 +26,9 @@ public class CertificateAuthenticationOptions : AuthenticationSchemeOptions
23
26
/// <summary>
24
27
/// Method used to validate certificate chains against <see cref="CustomTrustStore"/>.
25
28
/// </summary>
29
+
/// <value>
30
+
/// Defaults to <see cref="X509ChainTrustMode.System"/>.
31
+
/// </value>
26
32
/// <remarks>This property must be set to <see cref="X509ChainTrustMode.CustomRootTrust"/> to enable <see cref="CustomTrustStore"/> to be used in certificate chain validation.</remarks>
/// The expiration that should be used for entries in the MemoryCache, defaults to 2 minutes.
14
+
/// Gets or sets the expiration that should be used for entries in the MemoryCache.
18
15
/// This is a sliding expiration that will extend each time the certificate is used, so long as the certificate is valid (see X509Certificate2.NotAfter).
0 commit comments