1 write to _storeCtx
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
64
_storeCtx
= storeCtx;
22 references to _storeCtx
System.Security.Cryptography (22)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (22)
71
_storeCtx
?.Dispose();
176
SafeX509StoreCtxHandle storeCtx =
_storeCtx
;
219
SafeX509StoreCtxHandle storeCtx =
_storeCtx
;
277
using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(
_storeCtx
))
339
Interop.Crypto.X509StoreCtxCommitToChain(
_storeCtx
);
361
using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(
_storeCtx
))
388
if (i == 0 && Interop.Crypto.X509ChainHasStapledOcsp(
_storeCtx
))
412
Interop.Crypto.X509StoreCtxRebuildChain(
_storeCtx
);
415
Interop.Crypto.X509VerifyStatusCode errorCode = Interop.Crypto.X509StoreCtxGetError(
_storeCtx
);
497
using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(
_storeCtx
))
536
using (SafeSharedX509StackHandle untrusted = Interop.Crypto.X509StoreCtxGetSharedUntrusted(
_storeCtx
))
668
Interop.Crypto.X509StoreCtxReset(
_storeCtx
);
670
Interop.Crypto.X509StoreCtxSetVerifyCallback(
_storeCtx
, &VerifyCallback, &workingChain);
672
bool verify = Interop.Crypto.X509VerifyCert(
_storeCtx
);
683
Interop.Crypto.X509StoreCtxSetVerifyCallback(
_storeCtx
, &VerifyCallback, &workingChain);
685
verify = Interop.Crypto.X509VerifyCert(
_storeCtx
);
704
if (Interop.Crypto.X509StoreCtxGetError(
_storeCtx
) != Interop.Crypto.X509VerifyStatusCode.X509_V_OK)
730
Interop.Crypto.X509StoreCtxResetForSignatureError(
_storeCtx
, out newStore);
751
Interop.Crypto.X509ChainGetCachedOcspStatus(
_storeCtx
, ocspCache, chainDepth);
775
using (SafeOcspRequestHandle req = Interop.Crypto.X509ChainBuildOcspRequest(
_storeCtx
, chainDepth))
816
status = Interop.Crypto.X509ChainVerifyOcsp(
_storeCtx
, req, resp, ocspCache, chainDepth);
850
using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(
_storeCtx
))