2 overrides of CreateDecryptAfterEncryptException
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Exceptions.cs (1)
21
public override Exception
CreateDecryptAfterEncryptException
()
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
73
public sealed override Exception
CreateDecryptAfterEncryptException
()
1 reference to CreateDecryptAfterEncryptException
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
276
throw PkcsPal.Instance.
CreateDecryptAfterEncryptException
();