18 references to Cryptography_UnknownAlgorithmIdentifier
System.Security.Cryptography (18)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
231SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, algorithmId));
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2277SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, identifier.Algorithm));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (9)
75SR.Cryptography_UnknownAlgorithmIdentifier, 109SR.Cryptography_UnknownAlgorithmIdentifier, 172SR.Cryptography_UnknownAlgorithmIdentifier, 272SR.Cryptography_UnknownAlgorithmIdentifier, 304SR.Cryptography_UnknownAlgorithmIdentifier, 554SR.Cryptography_UnknownAlgorithmIdentifier, 723throw new CryptographicException(SR.Cryptography_UnknownAlgorithmIdentifier, algId); 779SR.Cryptography_UnknownAlgorithmIdentifier, 797SR.Cryptography_UnknownAlgorithmIdentifier,
src\libraries\Common\src\System\Security\Cryptography\SlhDsaAlgorithm.cs (1)
263SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, algorithmId));
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
596SR.Cryptography_UnknownAlgorithmIdentifier, 614SR.Cryptography_UnknownAlgorithmIdentifier,
System\Security\Cryptography\Helpers.cs (3)
432throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.HashAlgorithm.Name)); 444throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.HashAlgorithm.Name)); 448throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.EncryptionAlgorithm));
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
384SR.Cryptography_UnknownAlgorithmIdentifier,