6 references to IsRevoked
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (6)
476
if (refErrors.
IsRevoked
())
516
encounteredRevocation = refErrors.
IsRevoked
();
555
encounteredRevocation = refErrors.
IsRevoked
();
591
if (refErrors.
IsRevoked
())
619
encounteredRevocation = refErrors.
IsRevoked
();
1467
IsRevoked
();