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