2 writes to _certificate
Microsoft.AspNetCore.Server.IISIntegration (2)
ForwardedTlsConnectionFeature.cs (2)
32
_certificate
= new X509Certificate2(bytes);
43
_certificate
= value;
2 references to _certificate
Microsoft.AspNetCore.Server.IISIntegration (2)
ForwardedTlsConnectionFeature.cs (2)
27
if (
_certificate
== null && _header != StringValues.Empty)
39
return
_certificate
;