7 references to SafeOcspResponseHandle
System.Security.Cryptography (7)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.Chain.cs (2)
54SafeOcspResponseHandle resp, 61SafeOcspResponseHandle resp,
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs (2)
82private static partial SafeOcspResponseHandle CryptoNative_DecodeOcspResponse(ref byte buf, int len); 84internal static SafeOcspResponseHandle DecodeOcspResponse(ReadOnlySpan<byte> buf)
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (2)
99internal static SafeOcspResponseHandle? DownloadOcspGet(string uri, TimeSpan downloadTimeout) 110SafeOcspResponseHandle resp = Interop.Crypto.DecodeOcspResponse(data);
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
799SafeOcspResponseHandle? resp =