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