4 references to IsCompleteChain
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (2)
131if (!OpenSslX509ChainProcessor.IsCompleteChain(status)) 169if (OpenSslX509ChainProcessor.IsCompleteChain(status))
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
182if (IsCompleteChain(statusCode)) 224while (!IsCompleteChain(statusCode))