3 references to LoadClientCertAsync
Microsoft.AspNetCore.Owin (3)
OwinEnvironment.cs (1)
123_entries.Add(OwinConstants.CommonKeys.LoadClientCertAsync, new FeatureMap<ITlsConnectionFeature>(
OwinFeatureCollection.cs (2)
246&& (Environment.TryGetValue(OwinConstants.CommonKeys.LoadClientCertAsync, out obj) 264var loadAsync = Prop<Func<Task>>(OwinConstants.CommonKeys.LoadClientCertAsync);