2 writes to _certificate
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (2)
395_certificate = new X509Certificate2(rawCertificateCopy); 402_certificate = value;
2 references to _certificate
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (2)
386if (_certificate == null && 398return _certificate;