2 writes to
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
509
refErrors = ref workingChain
[
start];
577
refErrors = ref workingChain
[
i];
3 references to
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
460
workingChain
[
logDepth],
631
workingChain
[
logDepth],
859
workingChain?.LastError >= i ? (ErrorCollection?)workingChain
[
i] : null;