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