11 references to SafeOcspRequestHandle
System.Security.Cryptography (11)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.Chain.cs (5)
53SafeOcspRequestHandle req, 60SafeOcspRequestHandle req, 77private static partial SafeOcspRequestHandle CryptoNative_X509ChainBuildOcspRequest( 81internal static SafeOcspRequestHandle X509ChainBuildOcspRequest(SafeX509StoreCtxHandle storeCtx, int chainDepth) 83SafeOcspRequestHandle req = CryptoNative_X509ChainBuildOcspRequest(storeCtx, chainDepth);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OCSP.cs (5)
18internal static partial int GetOcspRequestDerSize(SafeOcspRequestHandle req); 21internal static partial int EncodeOcspRequest(SafeOcspRequestHandle req, byte[] buf); 24internal static partial SafeOcspRequestHandle X509BuildOcspRequest(IntPtr subject, IntPtr issuer); 30SafeOcspRequestHandle req, 38SafeOcspRequestHandle request,
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
777using (SafeOcspRequestHandle req = Interop.Crypto.X509ChainBuildOcspRequest(_storeCtx, chainDepth))