Base:
4 references to IsInvalid
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (2)
70
if (!handle.
IsInvalid
)
89
if (!handle.
IsInvalid
)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (2)
116
if (crl.
IsInvalid
)
214
if (crl != null && !crl.
IsInvalid
)