Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2021-04-01 22:46:58 +0300
committerGitHub <noreply@github.com>2021-04-01 22:46:58 +0300
commit7aafe37f2a6da61e94a8bb5c74ca91bad6e4d225 (patch)
tree29ebf8a1ffd7ef8f6da2b94c27229a8cd3dc9f2c
parentab8f966d6ef6a895650d20ce26c51af53aa3b971 (diff)
Update CertificateValidationCache.cshaok/cert
-rw-r--r--src/Security/Authentication/Certificate/src/CertificateValidationCache.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Security/Authentication/Certificate/src/CertificateValidationCache.cs b/src/Security/Authentication/Certificate/src/CertificateValidationCache.cs
index e264b28787..73568e6de0 100644
--- a/src/Security/Authentication/Certificate/src/CertificateValidationCache.cs
+++ b/src/Security/Authentication/Certificate/src/CertificateValidationCache.cs
@@ -1,6 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
+using System;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using Microsoft.AspNetCore.Http;