3 references to LoadClientCertAsync
Microsoft.AspNetCore.Owin (3)
OwinEnvironment.cs (1)
446
{ OwinConstants.CommonKeys.
LoadClientCertAsync
, new FeatureMap<ITlsConnectionFeature>(feature => new Func<Task>(() => feature.GetClientCertificateAsync(CancellationToken.None))) },
OwinFeatureCollection.cs (2)
246
&& (Environment.TryGetValue(OwinConstants.CommonKeys.
LoadClientCertAsync
, out obj)
264
var loadAsync = Prop<Func<Task>>(OwinConstants.CommonKeys.
LoadClientCertAsync
);