8 references to Cryptography_Cms_UnknownAlgorithm
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
201throw new CryptographicException(SR.Cryptography_Cms_UnknownAlgorithm, algorithmIdentifier);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
115SR.Cryptography_Cms_UnknownAlgorithm,
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (3)
55SR.Cryptography_Cms_UnknownAlgorithm, 87SR.Cryptography_Cms_UnknownAlgorithm, 169throw new CryptographicException(SR.Cryptography_Cms_UnknownAlgorithm);
Internal\Cryptography\PkcsHelpers.cs (1)
397SR.Cryptography_Cms_UnknownAlgorithm,
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
235throw new CryptographicException(SR.Cryptography_Cms_UnknownAlgorithm, algName.Name);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
850throw new CryptographicException(SR.Cryptography_Cms_UnknownAlgorithm, SignatureAlgorithm.Value);