Base:
4 references to IsInvalid
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (1)
24if (_hCryptMsg != null && !_hCryptMsg.IsInvalid)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
32if (hCryptMsg == null || hCryptMsg.IsInvalid)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
33if (hCryptMsg == null || hCryptMsg.IsInvalid)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
121if (hCryptMsg == null || hCryptMsg.IsInvalid)