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