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)
27if (_certificate == null && _header != StringValues.Empty) 39return _certificate;