1 write to _ocspResponse
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
315_ocspResponse = ret;
2 references to _ocspResponse
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
171return ValueTask.FromResult(_ocspResponse); 182return ValueTask.FromResult(DateTimeOffset.UtcNow <= _ocspExpiration ? _ocspResponse : null);