3 references to HasRevocationUnknown
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
482
Debug.Assert(refErrors.
HasRevocationUnknown
());
530
else if (refErrors.
HasRevocationUnknown
() && revocationFlag != X509RevocationFlag.ExcludeRoot)
598
if (refErrors.
HasRevocationUnknown
())