18 references to Cryptography_UnknownAlgorithmIdentifier
System.Security.Cryptography (18)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
228SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, algorithmId));
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2283SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, identifier.Algorithm));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (9)
63SR.Cryptography_UnknownAlgorithmIdentifier, 82SR.Cryptography_UnknownAlgorithmIdentifier, 145SR.Cryptography_UnknownAlgorithmIdentifier, 245SR.Cryptography_UnknownAlgorithmIdentifier, 277SR.Cryptography_UnknownAlgorithmIdentifier, 527SR.Cryptography_UnknownAlgorithmIdentifier, 683throw new CryptographicException(SR.Cryptography_UnknownAlgorithmIdentifier, algId); 739SR.Cryptography_UnknownAlgorithmIdentifier, 757SR.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)
594SR.Cryptography_UnknownAlgorithmIdentifier, 611SR.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,