Base:
4 references to IsInvalid
System.Security.Cryptography (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Dsa.cs (2)
93key != null && !key.IsInvalid, 96if (key == null || key.IsInvalid)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
176if (key == null || key.IsInvalid)
System\Security\Cryptography\DSAOpenSsl.cs (1)
49if (key.IsInvalid)