2 overrides of CreateDecryptTwiceException
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Exceptions.cs (1)
26public override Exception CreateDecryptTwiceException()
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
78public sealed override Exception CreateDecryptTwiceException()
1 reference to CreateDecryptTwiceException
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
279throw PkcsPal.Instance.CreateDecryptTwiceException();