5 references to Arg_CryptographyException
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (2)
662throw new CryptographicException(SR.Arg_CryptographyException, e); 666throw new CryptographicException(SR.Arg_CryptographyException, e);
System\Security\Cryptography\CryptographicUnexpectedOperationException.cs (3)
15: base(SR.Arg_CryptographyException) 20: base(message ?? SR.Arg_CryptographyException) 25: base(message ?? SR.Arg_CryptographyException, inner)