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(); 176SafeX509StoreCtxHandle storeCtx = _storeCtx; 219SafeX509StoreCtxHandle storeCtx = _storeCtx; 277using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(_storeCtx)) 339Interop.Crypto.X509StoreCtxCommitToChain(_storeCtx); 361using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(_storeCtx)) 388if (i == 0 && Interop.Crypto.X509ChainHasStapledOcsp(_storeCtx)) 412Interop.Crypto.X509StoreCtxRebuildChain(_storeCtx); 415Interop.Crypto.X509VerifyStatusCode errorCode = Interop.Crypto.X509StoreCtxGetError(_storeCtx); 497using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(_storeCtx)) 536using (SafeSharedX509StackHandle untrusted = Interop.Crypto.X509StoreCtxGetSharedUntrusted(_storeCtx)) 668Interop.Crypto.X509StoreCtxReset(_storeCtx); 670Interop.Crypto.X509StoreCtxSetVerifyCallback(_storeCtx, &VerifyCallback, &workingChain); 672bool verify = Interop.Crypto.X509VerifyCert(_storeCtx); 683Interop.Crypto.X509StoreCtxSetVerifyCallback(_storeCtx, &VerifyCallback, &workingChain); 685verify = Interop.Crypto.X509VerifyCert(_storeCtx); 704if (Interop.Crypto.X509StoreCtxGetError(_storeCtx) != Interop.Crypto.X509VerifyStatusCode.X509_V_OK) 730Interop.Crypto.X509StoreCtxResetForSignatureError(_storeCtx, out newStore); 751Interop.Crypto.X509ChainGetCachedOcspStatus(_storeCtx, ocspCache, chainDepth); 775using (SafeOcspRequestHandle req = Interop.Crypto.X509ChainBuildOcspRequest(_storeCtx, chainDepth)) 816status = Interop.Crypto.X509ChainVerifyOcsp(_storeCtx, req, resp, ocspCache, chainDepth); 850using (SafeX509StackHandle chainStack = Interop.Crypto.X509StoreCtxGetChain(_storeCtx))