2 instantiations of WorkingChain
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
665WorkingChain workingChain = new WorkingChain(); 681workingChain = new WorkingChain(abortOnSignatureError: false);
8 references to WorkingChain
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (8)
51private WorkingChain? _workingChain; 440WorkingChain workingChain = BuildWorkingChain(); 649return ((WorkingChain*)Interop.Crypto.X509StoreCtxGetAppData(storeCtx))->VerifyCallback(storeCtx); 658private unsafe WorkingChain BuildWorkingChain() 665WorkingChain workingChain = new WorkingChain(); 666WorkingChain? extraDispose = null; 700WorkingChain? workingChain = _workingChain; 842WorkingChain? workingChain,