2 writes to _certificate
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (2)
396_certificate = new X509Certificate2(rawCertificateCopy); 403_certificate = value;
2 references to _certificate
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (2)
387if (_certificate == null && 399return _certificate;