7 references to CryptographicException
mscorlib (3)
system\security\cryptography\crypto.cs (1)
144: base() {
system\security\cryptography\dsa.cs (1)
68throw new CryptographicException();
system\security\cryptography\rsa.cs (1)
66throw new CryptographicException();
System.IdentityModel (3)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CryptographicException());
System\IdentityModel\SignedXml.cs (2)
692throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CryptographicException()); 1370throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CryptographicException());
System.Web (1)
Security\Cryptography\HomogenizingCryptoServiceWrapper.cs (1)
44throw new CryptographicException();