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)
264
var loadAsync = Prop<Func<Task>>(OwinConstants.CommonKeys.
LoadClientCertAsync
);