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