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