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