CertificateValidationCache
CertificateValidationCache(IOptions<CertificateValidationCacheOptions>)
Get(HttpContext, X509Certificate2)
Put(HttpContext, X509Certificate2, AuthenticateResult)
net10.0
namespace Microsoft.AspNetCore.Authentication.Certificate
{
public class CertificateValidationCache : ICertificateValidationCache
{
public void Put(HttpContext! context, X509Certificate2! certificate, AuthenticateResult! result);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.Authentication.Certificate , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.Authentication.Certificate (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API